Is there a good way to open the data directly, or else I have to click on it one by one
I can display it normally using jq
代言2017-06-28 09:30:34
There is this magical operation!
Open chrome devtool (assuming there is data in the picture)
Set it as a floating window
Press the shortcut key ctrl + shift + I
in the floating devtool, and the devtool of devtool will appear
Enter the script in the new devtool:
$$('.console-view-object-properties-section').forEach(e => e._section._objectTreeElement.expandRecursively())
You can see the data being expanded in the first devtool
There is also this kind of operation! Isn’t it