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 代码可以连续打印两个表。但第一个表的边界与第二个表的边界重合。我怎样才能在它们之间留出空间。回声“\n”,回声(“\r\n”);回声(“\r”);没有帮助。
您应该将 css 与第二个表(或第一个表)一起使用
.yourTable {margin-top: 10px;}
或者快速、肮脏和错误的解决方案:只需<p>在表格之间打印 a
<p>
echo '<br/>';或者你可以使用 CSS
echo '<br/>';
用 CSSmargin或添加一个<br/>
margin
<br/>