摘要: <?php function export_order(){ //设置内存 ini_set("memory_limit", "2048M"); set_time_limit(0); include_once('includes/PHPExcel.php'); include_once('includ 阅读全文
posted @ 2020-10-29 15:29 糖糖Y 阅读(740) 评论(0) 推荐(0) 编辑
摘要: /* * 处理地址匹配出省市区 */ function handleAddress($address){ preg_match('/(.*?(省|自治区|北京市|天津市))/', $address, $matches); if(count($matches) > 1){ $province = $m 阅读全文
posted @ 2020-10-29 15:20 糖糖Y 阅读(727) 评论(0) 推荐(0) 编辑