Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/69.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 表单元格作为密码类型_Html_Html Table_Passwords - Fatal编程技术网

Html 表单元格作为密码类型

Html 表单元格作为密码类型,html,html-table,passwords,Html,Html Table,Passwords,我想在我的表中隐藏一些信息,就像我可以使用 <input type="password" placeholder="password"> 但在本例中,在我的一个表的中。 是否可以像在输入中那样简单?将其放入td,td和输入将保持隐藏 试试这个,效果很好: .hidetext{-webkit文本安全性:光盘;/*默认值*/} 要隐藏的文本 您仍然可以查看文本并查看其内容

我想在我的表中隐藏一些信息,就像我可以使用

<input type="password" placeholder="password">

但在本例中,在我的一个表的
中。
是否可以像在
输入中那样简单?

将其放入td,td和输入将保持隐藏


试试这个,效果很好:

.hidetext{-webkit文本安全性:光盘;/*默认值*/}

要隐藏的文本

您仍然可以查看文本并查看其内容