接楼上的。php代码 $string = '(\'0\',\'0\',"2016")'; preg_match('/"(.*)"/', $string, $match); echo $match[1]; 或者d{4} 这个正则对于你这个也是可以的。
/"(.*)"/