JS判斷數據是否是JSON類型 var isJson = function(obj){ var isjson = typeof(obj) == "object" && Object.prototype. ...