<?php
$s= <<<Eof
121234qwer111t<><>>>\g\v\t\t<<a></a>ll1111ll
Eof;//定界符,这个Eof必须在行首
echo $s;
?>
Php的定界符
最新推荐文章于 2025-05-03 11:00:32 发布
<?php
$s= <<<Eof
121234qwer111t<><>>>\g\v\t\t<<a></a>ll1111ll
Eof;//定界符,这个Eof必须在行首
echo $s;
?>