回答編集履歴
1
HTML 一部訂正
answer
CHANGED
@@ -61,6 +61,7 @@
|
|
61
61
|
columns.each(function(x, o) {
|
62
62
|
heads.push("<th>" + this + "</th>");
|
63
63
|
});
|
64
|
+
heads.push("</tr>");
|
64
65
|
} else {
|
65
66
|
bodys.push("<tr>");
|
66
67
|
columns.each(function(x,o) {
|