摘要: var isSelect = ""; isSelect = $("#tblImgList" + " input[type='checkbox']").is(':checked'); if (!isSelect) { $.messager.alert('削除', '削除要対象... 阅读全文
posted @ 2015-12-14 15:16 Rocken.li 阅读(654) 评论(0) 推荐(0) 编辑
摘要: C#将对象序列化成JSON字符串public string GetJsonString() { List products = new List(){ new Product(){Name="苹果",Price=5.5}, new Product(){Name="橘子... 阅读全文
posted @ 2015-12-14 11:32 Rocken.li 阅读(382) 评论(0) 推荐(0) 编辑