-
2017-11-04 14:40:22
-
2017-11-04 14:33:02
-
2017-11-04 14:25:41
-
2017-11-04 14:23:46
-
2017-11-04 14:01:21
-
2017-11-04 13:55:48
-
2017-11-04 13:50:05
- html在元素中的文本被选中时触发的事件onselect
- onselect 属性可用于以下元素内:<input type="file">、<input type="password">、<input type="text">、<keygen> 以及 <textarea>.
-
3638
-
2017-11-04 13:45:18
-
2017-11-04 13:35:28
-
2017-11-04 13:30:55
- php比较两个字符串在前 n 个字符(不区分大小写)的函数
- strncasecmp() 函数比较两个字符串(不区分大小写)。 注释:strncasecmp() 是二进制安全的,且不区分大小写。 提示:该函数与 strcasecmp() 函数类似,不同的是,strcasecmp() 没有 length 参数。
-
3419