This commit is contained in:
2023-09-22 17:36:00 +08:00
parent dece3781ec
commit 9942cdcf6f
49 changed files with 2907 additions and 2375 deletions
+12 -3
View File
@@ -1500,8 +1500,13 @@
{
str += "  D." + item.DItem;
}
sb.AppendFormat("<td align=\"left\" style=\"width:100%; \">{0}</td> ", str);
}
if (!string.IsNullOrEmpty(item.EItem))
{
str += "&nbsp;&nbsp;E." + item.EItem;
}
sb.AppendFormat("<td align=\"left\" style=\"width:100%; \">{0}</td> ", str);
sb.Append("</tr>");
//sb.Append("<tr style=\"height: 30px\">");
@@ -1544,8 +1549,12 @@
{
str += "&nbsp;&nbsp;D." + item.DItem;
}
if (!string.IsNullOrEmpty(item.EItem))
{
str += "&nbsp;&nbsp;E." + item.EItem;
}
sb.AppendFormat("<td align=\"left\" style=\"width: 100%; \">{0}</td> ", str);
sb.AppendFormat("<td align=\"left\" style=\"width: 100%; \">{0}</td> ", str);
sb.Append("</tr>");
//sb.Append("<tr style=\"height: 30px\">");
//sb.AppendFormat("<td align=\"right\" style=\"width:100%; \">正确答案:{0}</td> ", item.AnswerItems);