04 2015 档案
摘要:JSON建构于两种结构:"名称/值"对的集合(A collection of name/value pairs)。不同的语言中,它被理解为对象(object),纪录(record),结构(struct),字典(dictionary),哈希表(hash table),有键列表(keyed list),...
阅读全文
摘要:1)$.postfunction deleteuser(ID) { $.post("User.ashx", { tpye: "delete", ID: ID }, function (data) { alert(data); getUserInfo(data); }); }2).$.ajaxfunc...
阅读全文

浙公网安备 33010602011771号