关于表格导入
摘要:A use PHPExcel_IOFactory; use PHPEXCEL; B 以表单形式传递到后台,后台通过$_FILES函数接收,获取地址 C BM('')->read($file);//读取表格内容 D
阅读全文
posted @
2017-09-26 17:50
mll123
阅读(170)
推荐(0)
php,正则
摘要:public function test(){ $str = '_333httpwww://www.youku.com/show_page/id_ABCDEFG.html'; //^非 // / / 标记开始和结束 // ^http:\/\/ =>匹配不是http:// // \w 匹配任何字类字符
阅读全文
posted @
2017-09-22 09:36
mll123
阅读(144)
推荐(0)