//    过滤英文引号替换成中文引号
function pregstring($str){
return preg_replace('/"([^"]*)/','&quot${1}',$str);
// return $str=str_replace('"','&quot',$str);
}
HTML 字符实体 < &gt: &等

http://blog.csdn.net/niu_hao/article/details/42319951

相关文章:

  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-08-24
  • 2022-02-09
猜你喜欢
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2021-06-20
  • 2022-12-23
相关资源
相似解决方案