标签:PHP
PHP 截取两个指定字符中间内容
适合采集等程序使用 PHP function intercept_str($start,$end,$str){if(empty($start)||empty($end)||empty($str))return "参数不正确";$strarr=explode($start,$str);$……
02-10 立刻查看
适合采集等程序使用 PHP function intercept_str($start,$end,$str){if(empty($start)||empty($end)||empty($str))return "参数不正确";$strarr=explode($start,$str);$……