<% if(typeof msg != "undefined"){ %>
<%= msg %>
<% } %> <% if(typeof errMsg != "undefined"){ %>
<%= errMsg %>
<% } %>
210 選(?)座位系統
登入者:<%= user.username %>
<% seats.forEach(function (row){ %> <% row.forEach(function (no){ if (no == user.no) { %> <% } else { %> <% } }); %> <% }); %>
講台
<%= no %><%= (no != 0) ? no : "X" %>
我是分隔線