摘要: 1 $(document).ready(function () { 2 $("#search").click(function () { 3 $.ajax({ 4 type:"GET", 5 url:"http://127.0.0.1:8080/ajaxdemo/serverjson2.php?number=" +... 阅读全文
posted @ 2016-08-18 16:17 lynnekanuo 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 字符串--双引号逻辑值--true/false数组--[]对象--{} 阅读全文
posted @ 2016-08-18 16:16 lynnekanuo 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 10 namespace ~.sverIterface 11 { 12 13 public class EventPlayerInfo 14 { 15 public string name { get; set; } 16 public string grade { get; set; } 17 } 18 /// 19 ... 阅读全文
posted @ 2016-08-18 16:09 lynnekanuo 阅读(448) 评论(0) 推荐(0) 编辑