主页
PHP
PHP - 转义字符
tryphp_string_escape_single
运行 ❯
×
更改方向
保存代码
更改主题
<?php $x = 'We are the so-called \'Vikings\' from the north.'; echo $x; ?>
We are the so-called 'Vikings' from the north.