关于HTML中table之后的换行问题大家好!有个问题请教大家!我js写一个table之后,没有换行,继续写东西是在table右边继续写的东西,请问有谁知道为什么么?谢谢了代码如下:
document.write("<div><table>");............document.write("</table></div>");document.write("haha");