在使用webman-admin的時候json編輯器出現(xiàn)亂碼
JSONEditor = function(container, options, json) {
// check availability of JSON parser (not available in IE7 and older)
if (!JSON) {
throw new Error(
"鎮(zhèn)ㄥ綋鍓嶄嬌鐢ㄧ殑嫻忚鍣ㄤ笉鏀寔 JSON. \n\n" +
"璇蜂笅杞藉畨瑁呮渶鏂扮増鏈殑嫻忚鍣?, 鏈珯鎺ㄨ崘Google Chrome.\n" +
"(PS: 褰撳墠涓繪祦嫻忚鍣ㄩ兘鏀寔JSON)."
);
}
if (!container) {
throw new Error("娌℃湁鎻愪緵瀹瑰櫒鍏冪礌.");
}
this.container = container;
this.dom = {};
this._setOptions(options);
webman/admin 最新版