【发布时间】:2012-08-01 08:10:57
【问题描述】:
首先,我已经解决了相关问题..没有找到任何答案.. 我正在使用此代码显示消息
echo 'Here goes your message with an apostrophe S like thi's ';
我怎样才能做到这一点,因为这个回声中的任何引用都会破坏声明......
【问题讨论】:
-
echo 'Here goes your message with an apostrophe S like thi\'s '; -
+1 K102。您可以阅读 that 并且,您想在 echo 函数中使用 doubleQuote : echo " it's me!" ;