摘要:
Windows Communication Foundation (WCF) uses a serialization engine called the Data Contract Serializer by default to serialize and deserialize data (c 阅读全文
摘要:
在select2中,设置指定值为选中状态 $("#select2_Id").val("XXXXX").select2()或者$("#latnId").val("XXXXX").trigger("change");第二种方法会出发change事件 如何获取select2,多选的值 var data = 阅读全文