1、input 前from和input占位隐藏
<form style="0;height:0;display:none;"> <input type="password" /> </form> <input type="password" style="0;height:0;display:none;" />
2、input autocomplete="new-password"
<Input type='password' autocomplete="new-password"/>