json解析

javascript:
eval()和JSON.parse()比较:
eval():不安全,不推荐使用
JSON.parse() :安全, 推荐使用;
JQuery:  $.parseJSON()

你可能感兴趣的:(JavaScript,json)