<%= stage %> <% if Time.now > @times[i][j] %> <% if i < 2 %> <% if Time.now <= @times[i][j] + @end_times[j] %> 正在进行 <% else %> 已结束 <% end %> <% end %> <% else %> <%= @times[i][j].strftime('%Y-%m-%d %H:%M:%S') %> <% end %>
Java实战教程 C/C++实战教程 Python实战教程