十一、双击某个元素

被测试网页的html源码:

1 <html>
2 <head>
3 <meta charset="UTF-8">
4 </head>
5 <body>
6     <input type="text" id="inputBox" 
7     ondblclick="javascript:this.style.background='red'">请双击</input>
8 </body>
9 </html>
View Code

相关文章:

  • 2021-05-28
  • 2021-08-30
  • 2021-08-11
  • 2018-11-27
  • 2018-12-25
  • 2019-01-18
  • 2022-12-23
  • 2020-01-05
猜你喜欢
  • 2021-10-07
  • 2021-07-09
  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2018-11-27
  • 2021-08-21
相关资源
相似解决方案