<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Topic.aspx.cs" Inherits="Quiz.WebSite.Common.Topic" %> <% for (int i = current; i < current + num; i++) { if (i + 1 > total) { break; } if (!string.IsNullOrEmpty(list[i].A)) { %>
<%=(i + 1).ToString().PadLeft(3, '0') %>、<%=list[i].Question %>
<% if (!string.IsNullOrEmpty(list[i].D)) { %> <% } %>
<% } else { %>
意见与建议
<% } } %>