方法1:把input的 type="password" 改成 type="text" 并在后面加上 οnfοcus="this.type='password'"
<input type="text" placeholder="密码" onfocus="this.type='password'"/>