Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在不使用符号“\”的情况下转义字符串中的任何字符吗? 例如,编程语言 C# 允许指定没有特殊字符的字符串:
@"c:\webserver\".Equals("c:\\webserver\\") // <== return true
感谢您的回答,并为我糟糕的英语感到抱歉!
逃避使用 addlashes(); 和 stripslashes() 删除添加的斜杠
是否要自动添加斜杠?
然后你可以使用内置的php函数:
添加斜杠();
http://php.net/manual/en/function.addslashes.php