摘要:
using json.js from http://www.json.org/json.jsfor array with the string keysvar test = new Array;test["i1"]="v1";test["i2"]="v2";test["i3"]="v3";var test_text = JSON.parse(stringify);//test_text: []if... 阅读全文
posted @ 2006-03-19 11:57 moris 阅读(174) 评论(0) 推荐(0)
浙公网安备 33010602011771号