1. 查看页面布局

控制台Console输入下面的命令

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

更多推荐