当前位置: 代码迷 >> 综合 >> 淘宝出售钉钉虚拟定位可以吗
  详细解决方案

淘宝出售钉钉虚拟定位可以吗

热度:74   发布时间:2023-09-08 21:55:32.0
淘宝出售钉钉虚拟定位可以吗
密码框简单制作,还可以替换成自己想用得符号.
<style type="text/css">
#c { position: relative; }
#a { position: absolute; left: 0; top: 0; font-size: 12px; font-family: 宋体; }
#b { position: absolute; left: 0; top: 0; font-size: 12px; font-family: 宋体; -moz-opacity:0;opacity: 0;filter: alpha(opacity=0); }
</style>
<body>
<div id="c">
<input id="a" />
<input id="b" onkeyup="document.getElementById('a').value=this.value.replace(/./g,'*');" />
</div> 

[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
淘宝出售钉钉虚拟定位可以吗
  相关解决方案