Regarding Chrome, developers copy parameter objects on the network

Requirements: During the development process, there will be a lot of Json data transfer parameters, in order to check whether the parameters are correct, copy the param object under the network

Solution:

Right-click 
JSON.stringify (xxx) in store as global varable console to view

Reprinted: https://my.oschina.net/u/560237/blog/3080529

Guess you like

Origin blog.csdn.net/weixin_40538702/article/details/109069415