1 2 3 4

随笔分类 -  前端

摘要:<img alt="验证码" src="KaptchaServlet.jpg" onclick="this.src=this.src+'&k='+Math.random();" style="float: right; margin-right: 40px;height: 40px;width: 8 阅读全文
posted @ 2021-08-12 23:23 阅读(178) 评论(0) 推荐(0)
摘要:最近在学习javaweb,简单学了一些前端基础,对于常用的一些JS事件做了一下记录: 鼠标事件: /* onclick:点击某个对象时触发 ondblclick:双击某个对象时触发 onmouseover:鼠标移入某个元素时触发 onmouseout:鼠标移出某个元素时触发 onmouseenter 阅读全文
posted @ 2021-08-05 02:43 阅读(196) 评论(0) 推荐(0)