首页 新闻 会员 周边
2
回答数

待解决问题 如何判断一个字符串是JSON对象

if (typeof JSON.parse(obj)=="object"){ return true;}else{return false;}