maomingchao

2018年4月1日

判断是否是json

摘要: 转:https://blog.csdn.net/dy_smile/article/details/46739251 function isJson(obj) { var isjson = typeof (obj) == "object" && Object.prototype.toString.ca 阅读全文

posted @ 2018-04-01 09:16 maomingchao 阅读(125) 评论(0) 推荐(0)

导航