摘要: <input type="text" id="fname" onkeyup="myFunction(id)"> <script> function myFunction(id){ var x=document.getElementById(id); x.value=x.value.replace(/ 阅读全文
posted @ 2019-11-07 18:12 多搞学习少搞事情 阅读(2163) 评论(0) 推荐(0)