上传文件<input type="file"> 密码框<input type="password"> 限定数字最大<input type="text" max="10"> <--!10可以随便改--> 限定数字最小<input type="text" min="10"> <--!10可以随便改--> 
收起
你是想问怎么拿到input输入的值吗
报告相同问题?