我想在asp mvc中停止弹出记住我的框(以编程方式)我尝试了自动完成=关闭放置密码文本框并将其设置为隐藏但没有解决方案有效。
试过了
autocomplete="off"
试过了
<input type="password" autocomplete="off" />
试过了
<form id="loginForm" action="login.cgi" method="post" autocomplete="off">
试过了
<input style="display:none">
<input type="password" style="display:none">
这些都不起作用,请指导我