上一页 1 ··· 20 21 22 23 24
摘要: http://www.cnblogs.com/SeeYouBug/p/6193527.html#3583637 阅读全文
posted @ 2016-12-21 09:42 pengcx 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 当form表单中action没有值时,默认当前页方法。 阅读全文
posted @ 2016-11-29 17:08 pengcx 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 截取字符串方法有很多的,(不含根据传入参数截取成数组的split()方法)这里说的是子字符串,所以不说split()方法了。 slice(),substr(),substring()一共三种方法,其中各有不同,他们都可以传一个或两个参数进去,第一个参数都是起始位置,slice()和substring 阅读全文
posted @ 2016-11-24 15:02 pengcx 阅读(163) 评论(0) 推荐(0) 编辑
摘要: <a href="" style="display:inline-block; width: 100%;">xx</a> 阅读全文
posted @ 2016-11-15 11:16 pengcx 阅读(1905) 评论(1) 推荐(1) 编辑
摘要: 匹配中文字符的正则表达式: [\u4e00-\u9fa5] 匹配双字节字符(包括汉字在内):[^\x00-\xff] 匹配空行的正则表达式:\n[\s| ]*\r 匹配HTML标记的正则表达式:/<(.*)>.*<\/\1>|<(.*) \/>/ 匹配首尾空格的正则表达式:(^\s*)|(\s*$) 阅读全文
posted @ 2016-10-27 10:05 pengcx 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-10-20 14:31 pengcx 阅读(4699) 评论(0) 推荐(0) 编辑
摘要: 快捷键Ctrl+shift+M 阅读全文
posted @ 2016-10-11 10:29 pengcx 阅读(344) 评论(0) 推荐(0) 编辑
摘要: jQuery实现CheckBox全选、全不选 全选 阅读全文
posted @ 2016-10-08 15:09 pengcx 阅读(158) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24