php print EOF实现方法_php技巧
程序员文章站
2024-01-09 16:30:58
...
我写段php代码如下:
if(test case)
print<....html code....>
EOF;
else
print<....html code....>
EOF;
?>
如上写法是不可以的,需要把EOF标识符顶格:
if(test case)
print<....html code....>
EOF;
else
print<....html code....>
EOF;
?>
复制代码 代码如下:
if(test case)
print<....html code....>
EOF;
else
print<....html code....>
EOF;
?>
如上写法是不可以的,需要把EOF标识符顶格:
复制代码 代码如下:
if(test case)
print<....html code....>
EOF;
else
print<....html code....>
EOF;
?>
上一篇: 2004年十大网络安全漏洞
下一篇: 如何配置WindowsXPSP2防火墙