可以对td元素使用 rowspan="n" 使其跨越 n 行,对td元素使用 colspan="m" 使其跨越 ... <html> <body > <table border=1 > <tr> <td> First Cell </td> <td rowspan=2 > ...
確定! 回上一頁