heartstill

博客园 首页 新随笔 联系 订阅 管理

2011年8月23日 #

摘要: jQuery的.post(2011-04-27 00:33:11) 转载标签: 杂谈一、准备工作·Customer类public class Customer{ public int Unid { get; set; } public string CustomerName { get; set; } public string Memo { get; set; } public string Other { get; set; }}二、定义:jQuery.post( url, [data], [callback], [type] )·url:加载页的地址·dat 阅读全文
posted @ 2011-08-23 14:55 开始测试 阅读(635) 评论(0) 推荐(0) 编辑