2017年7月16日

摘要: $("#tableForm").form("clear"); 阅读全文
posted @ 2017-07-16 16:49 幽默是一种心情 阅读(127) 评论(0) 推荐(0) 编辑
 
摘要: 例如:网址 http://localhost:26459/Master.aspx?5 $(function () { var url = location.search; if (url.indexOf("?") != -1)//url中存在问号,也就说有参数。 { alert(url.substr 阅读全文
posted @ 2017-07-16 10:05 幽默是一种心情 阅读(336) 评论(0) 推荐(0) 编辑