# 设置autocomplete="new-password"可以禁止chrome浏览器input元素, 弹出之前填写过的内容的选择框

<input type="text" autocomplete="new-password" matInput placeholder="用户名" value="">