原创思路[html]简单去除输入框内的空格的代码 js代码如下: <script type="text/javascript"> function replaceSpace(obj){ obj.value = obj.... 11月26日 913 views 发表评论 阅读全文