摘要: /// /// Config文件操作 /// public class Config { /// /// 根据Key取Value值 /// /// public static string GetValue(string key) { ... 阅读全文
posted @ 2018-01-29 09:27 会弹猫的吉他 阅读(118) 评论(0) 推荐(0) 编辑
摘要: public static class JsonHelper { public static String ToJson(object obj) { return JsonConvert.SerializeObject(obj); } public static T ToObject(string json) { retu... 阅读全文
posted @ 2018-01-29 09:24 会弹猫的吉他 阅读(101) 评论(0) 推荐(0) 编辑
摘要: JS加载获取父窗体传递的参数 $(document).ready(function () { var query = location.search.substring(1); var values = query.split("&"); for (var i = 0; i 0) { ... 阅读全文
posted @ 2018-01-29 09:21 会弹猫的吉他 阅读(192) 评论(0) 推荐(0) 编辑