摘要:
一、JSON.parse 函数 (JavaScript)varjsontext='{"firstname":"Jesper","surname":"Aaberg","phone":["555-0100","555-0120"]}';varcontact=JSON.parse(jsontext);document.write(contact.surname+","+contact.firstname);http://tec 阅读全文
posted @ 2013-06-07 13:42
zwei
阅读(314)
评论(0)
推荐(0)
浙公网安备 33010602011771号