210 選(?)座位系統
<% seats.forEach(function (row){ %> <% row.forEach(function (no){ %> <% }); %> <% }); %>
講台
<%= (no != 0) ? no : "X" %>
我是分隔線