很简单,可我不会
quary 2003-01-22 02:46:09 怎样在一个表格内根据参数,嵌入另一表格?
比如:
<table width="100%" border="0"><tr><td>这里输出表格</td></tr></table>
n=1时
<table width="100%" border="0"><tr><td>
<table width="90%" border="0"><tr><td>这是表格1</td></tr></table>
</td></tr></table>
n=2时
<table width="100%" border="0"><tr><td>
<table width="80%" border="0"><tr><td>这是表格2</td></tr></table>
</td></tr></table>