摘要: function (options, param) { alert(typeof options); if (typeof options == "string") { alert("字符串"); } if (typeof... 阅读全文
posted @ 2015-04-15 16:19 魏巍(QQ:68235081) 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 例如:下面代码有两个int类型的参数,如果Ajax调用时没有在data属性中为其赋值,AJAX会出500异常。public JsonResult GetList(int pageIndex, int pageSize) { int total = 0; ... 阅读全文
posted @ 2015-04-15 13:03 魏巍(QQ:68235081) 阅读(266) 评论(0) 推荐(0) 编辑