先放一个table标签然后通过jsvascript添加行和列 使用 document.createElement("td");document.createElement("tr"); tr.appendChild(td);table.appendChild(tr);大概就这样!