代码社区
代码社区
搜索
登录
清空输入框内容js
作者:
Mino
| 发布时间:
2020-09-03 01:21
| 阅读数:
141
```javascript <script> function clear_content() { document.getElementById("username").value=""; document.getElementById("password").value=""; } </script> ```
javascript
idea
 相关链接
 邀请
 分享
1
个回复
Freg
你这个可以的
0
0
2020-09-05
评论
匿名用户
回复
发起人
Mino
关注代码社区 :
分享至 :
相关问题
使用java api代码获取es的index索引大小
java.net.ConnectException: Connection refused (Connection refused)
使用logstash迁移ES集群遇到问题
如何快速学习spring boot
markdown引入需要注意哪些问题?
idea部署项目引入css,js 加载不出来
Freg