sever_彬
2015-08-25 10:04
不知道heredoc结构为什么不介绍一下。吐槽。。。 格式$heredoc = <<<heredocs 这里面是字符串内容 heredoc; echo $heredoc;
$str_string3=<<<EOT
<h1>我的午餐</h1>
<font color="blue">半只烤鸡</font>
<font color="red">一杯酸奶</font>
<a href="1.html"><font color="yellow">查看更多</font></a>
EOT;
echo $str_string3
支持,少讲了一种。
PHP入门篇
455957 学习 · 6306 问题
相似问题