how to remove html auto fill username & password?
This question already has an answer here:
尝试在页面加载后使输入为空
document.getElementById('userName').value = '';
下一篇: 如何删除html自动填写用户名和密码?
