JSON.stringify(jsObj, null, "\t"); // 縮進一個tabJSON.stringify(jsObj, null, 4); // 縮進4個空格對象
還有這個console.dir();可以輸出對象的解析格式string