为了账号安全,请及时绑定邮箱和手机立即绑定

吐槽here doc

不知道heredoc结构为什么不介绍一下。吐槽。。。   格式$heredoc = <<<heredocs    这里面是字符串内容      heredoc;   echo $heredoc;

正在回答

2 回答

$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


1 回复 有任何疑惑可以回复我~

支持,少讲了一种。

0 回复 有任何疑惑可以回复我~
#1

品茗见南山

$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 就是这种
2016-01-05 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
PHP入门篇
  • 参与学习       455957    人
  • 解答问题       6306    个

PHP入门教程轻松学习,行业大牛帮您快速掌握PHP编程基础知识。

进入课程

吐槽here doc

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信