$str = '{"a": "aaaa"}';$str = preg_replace('/"/', '', $str);echo $str;参考以上php代码 preg_replace 的第二个参数自己定义