WebLinuxStudy

导航

 

2020年10月26日

摘要: //需要单双引号转移的字符串$content = '需要单双引号转移的"字符串"';if (!get_magic_quotes_gpc()) { $content = addslashes($content);} 阅读全文
posted @ 2020-10-26 11:24 WebLinuxStudy 阅读(360) 评论(0) 推荐(0)