PHP addcslashes()函数讲解 PHPaddcslashes()函数实例在字符"W"前添加反斜杠:<?php$str=addcslashes("HelloWorld!","W");echo($str); addcslashes()函数讲解