JS 打印对象 2015/01/27 2,058 jQuery JS var myObj = { name:"chen", age:25 }; console.log(JSON.stringify(myObj, null, 2));
Leave a Reply