随笔分类 -  Javascript

Javascript
摘要:php 安全过滤函数代码,防止用户恶意输入内容。//安全过滤输入[jb] function check_str($string, $isurl = false) { $string = preg_replace('/[\\x00-\\x08\\x0B\\x0C\\x0E-\\x1F]/','',$s... 阅读全文

posted @ 2015-03-23 20:22 lbsf 阅读(4156) 评论(0) 推荐(0)

摘要:ckeditor 编辑器php正确配置方法1. 下载安装 CKEditor:http://ckeditor.com/解压下载到的CKEditor放到网站的路径中即可2. 下载安装 CKFinder:http://ckfinder.com/download解压下载到的CKFinder放到与CKEdit... 阅读全文

posted @ 2015-03-17 12:23 lbsf 阅读(818) 评论(0) 推荐(0)

摘要:JavaScript timer运用示例: 1 2 3 4 5 switch多重判断语句+timer 6 19 33 34 35 36 37 61 62 63 64 阅读全文

posted @ 2014-05-27 11:22 lbsf 阅读(334) 评论(0) 推荐(0)

导航