$star='a';$stop='c';$info='a1b2c3';preg_match('$star(.+?)$stop',$info,$result);print_r($result[1]);
相关分类