2010年12月28日

jQuery.post网摘

摘要: 准备工作·Customer类publicclassCustomer{publicintUnid{get;set;}publicstringCustomerName{get;set;}publicstringMemo{get;set;}publicstringOther{get;set;}}jQuery.post(url,[data],[callback],[type])·url:加载页的地址·data(optional):k/v对或序列化的字符串(.serialize()),参数·callbakc(optional):数据成功加载后的执行函数·type(optional):请求返回的数据格式, 阅读全文

posted @ 2010-12-28 22:46 我叫三炮 阅读(290) 评论(0) 推荐(0)

导航