摘要: //清空表单 $('#SearchForm').form('clear'); var fdate = (new Date().getFullYear()) + "-" + (new Date().getMonth() + 1) + "-" + (new Date().getDate() - 7); 阅读全文
posted @ 2016-09-30 14:31 人生为卒 阅读(656) 评论(0) 推荐(0)
摘要: [HttpGet] controller方法前面加上 效率比post高,但是http请求有长度限制,不同浏览器处理不一样(如下) 各浏览器HTTP Get请求URL最大长度并不相同,几类常用浏览器最大长度及超过最大长度后提交情况如下: IE6.0 :url最大长度2083个字符,超过最大长度后无法提 阅读全文
posted @ 2016-09-30 10:01 人生为卒 阅读(247) 评论(0) 推荐(0)