jsp中this的用法
<html> <head> <title>我的第一个 HTML 页面</title> </head> <body> <div style="color:black;width=120px;height:40px;" onmouseover="this.style.border='1px solid red'" onmouseout="this.style.border='none'">111</div> </body> </html> 自己看下效果 最简单的 下面是同时添加2种效果时的代码 <html> <head> <title>我的第一个 HTML 页面</title> </head> <style>#xg1{border:1px solid red;background:#ffff00;}#xg2{border:none;background:none;}</style> <body> <div style="color:black;width=120px;height:40px;" onmouseover="this.id='xg1'" onmouseout="this.id='xg2'">111</div> </body> </html>
相关推荐
lupeng 2020-11-14
sjcheck 2020-11-10
sjcheck 2020-11-03
meylovezn 2020-08-28
owhile 2020-08-18
Francismingren 2020-08-17
pythonclass 2020-07-29
sunzhihaofuture 2020-07-19
爱读书的旅行者 2020-07-07
行吟阁 2020-07-05
tianqi 2020-07-05
行吟阁 2020-07-04
冰蝶 2020-07-04
lyg0 2020-07-04
owhile 2020-07-04
opspider 2020-06-28
lengyu0 2020-06-28
tianqi 2020-06-21
dadaooxx 2020-06-16