小程序input加密与限制长度

maxlength='6'     表示input框最多输入6个字符串

password='true'  表示该input会自动加密,看不到输入的内容 

<input password="true" maxlength="6" placeholder="请输入密码" />

猜你喜欢

转载自blog.csdn.net/Hero_rong/article/details/82689189
今日推荐