随笔分类 -  json

摘要:<script type="text/javascript" language="javascript"> var jsonObj = { "name": "xiaiowang" }; //json 对象 console.log(jsonObj.name); //结果: xiaowang //JSON字符串到JSON对象方法一 var jsonStr = '{ "name": "xiaiowang" }'; var jsonObj1 = eval( 阅读全文
posted @ 2012-07-19 11:28 望月狼 阅读(240) 评论(0) 推荐(0) 编辑
摘要:/using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Text;using System.Reflection;using System.Collections;using System.Data;using System.Data.Common;using System.Web.Script.Serialization;namespace Common{ /// <summary> /// Summary description for Form 阅读全文
posted @ 2012-07-11 22:11 望月狼 阅读(1938) 评论(1) 推荐(1) 编辑

点击右上角即可分享
微信分享提示