if (typeof JSON.parse(obj)=="object"){ return true;}else{return false;}
可以用json序列化传进去,读出来的时候在反序列化,
判断字符串是JSONObject还是JSONArray