javascript - vue数据解析
typecho
typecho 2017-06-28 09:28:34
0
1
695

有没有好办法能让数据直接打开,要不就得一个个点开

我用jq可以正常显示

typecho
typecho

Following the voice in heart.

全部回复(1)
代言

有这个神奇的操作!

  1. 打开chrome devtool (假设有如图中数据)

  1. 将其设置为浮动窗口

  1. 在浮动的devtool中按快捷键ctrl + shift + I,出现devtool of devtool

  1. 在新出来的devtool中输入脚本:

$$('.console-view-object-properties-section').forEach(e => e._section._objectTreeElement.expandRecursively())

  1. 在第一个devtool中就能看到数据被展开

还有这种操作!是不是

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板