我正在创建密码字段,我必须使用星号代替密码点。目前,我正在使用这个
<input type="text" style="-webkit-text-security: square;" />
但是当我使用星号代替正方形时,它不起作用。有什么解决办法吗。
html css
css ×1
html ×1