日期:2014-05-16  浏览次数:20381 次

求不规则TABLE赋值问题~``
<html>      
    <head>      
    <meta       http-equiv=Content-Type       content= "text/html;       charset=gb2312 ">      
    <title> Method       Test... </title>      
    </head>      
    <body>      
    <table   id= "demoTable "   border= "1 "   align=center   cellspacing= "1 "   cellpadding= "0 "   bordercolor= "#64ACE5 "   style= "border-collapse:collapse "   onclick= "CreateTableMapping(this) ">      
        <tr       height=19>      
            <td       colspan=8       height=19       width=554> 1 </td>      
        </tr>      
        <tr       height=19>      
            <td       colspan=3       rowspan=3       height=57> 2 </td>      
            <td       colspan=3       > 3 </td>      
            <td       rowspan=3       > 4 </td>      
            <td       > 5 </td>      
        </tr>      
        <tr       >      
            <td       rowspan=2       height=38       > 6 </td>      
            <td       colspan=2       > 7 </td>      
            <td       rowspan=2       > 8 </td>      
        </tr>      
        <tr       height=19>      
            <td       height=19> 9 </td>      
            <td       > 10 </td>      
        </tr>      
        <tr       height=19       >      
            <td       rowspan=3       height=57       > 11 </td>      
            <td       colspan=2       > 12 </td>      
            <td       > 13 </td>