摘要:
首先引入一个json2.js。官方的地址为:https://github.com/douglascrockford/JSON-js这里为了方便我直接贴上源代码/* json2.js 2013-05-26 Public Domain. NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. See http://www.JSON.org/js.html This code should be minified before deployment. See http://javascript.croc... 阅读全文
随笔档案-2013年07月
javascript序列化json 第二篇
2013-07-08 15:40 by sql_manage, 292 阅读, 收藏, 编辑
摘要:
这一节主要是记录父子关系的JSON生成,废话不多说,直接上代码。 public partial class _default : System.Web.UI.Page { public static string meunString = string.Empty; protected void Page_Load(object sender, EventArgs e) { //meunString= getMeunData()+";"; } public string getMeunData() ... 阅读全文