Chrome debug & string to object & copy format json
Chrome debug & string to object & copy format json
// save as global variable
copy(JSON.stringify(JSON.parse(temp1), null, 4));
copy(JSON.stringify((temp1), null, 4));
copy(JSON.parse(temp1));
本文首发于博客园,作者:xgqfrms,原文链接:https://www.cnblogs.com/xgqfrms/p/12372041.html
未经授权禁止转载,违者必究!