Moris' Note Book

本博客所有内容皆收集于网上,非本人原创,非心情日记,非研究心得,只是自己浏览的东西的收集
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2006年3月19日

摘要: 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)