Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PHP:
<?php echo '<div id="hello">'; include 'world.php'; echo '</div>';
每个构造之间都有空格。谢谢!
<?php echo '<div id="hello">'; ?><p></p><?php echo '</div>';
没有空格!
之后有一个换行符?>
?>