Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个登录页面,我需要在其中屏蔽密码字段。我不知道语法。我正在使用 Eclipse。
在输入字段标签中,使用类型作为密码,您的字段将使用屏蔽输入创建。
<INPUT TYPE="PASSWORD" NAME="XXXX">