Chrome 浏览器控制台执行:

[].forEach.call($$("*"),function(a){
a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16)
})

  

 
给页面所有元素添加随机颜色边框

相关文章:

  • 2021-07-29
  • 2021-06-27
  • 2022-02-28
  • 2022-12-23
  • 2021-10-15
  • 2021-11-25
  • 2021-09-20
  • 2022-01-13
猜你喜欢
  • 2022-12-23
  • 2022-02-20
  • 2022-12-23
  • 2022-02-07
  • 2021-05-24
  • 2021-04-28
  • 2021-09-18
相关资源
相似解决方案