happyleo12 2017-02-22 06:28 采纳率: 50%
浏览 2394
已采纳

动态生成HTML代码怎么没在页面上显示

以下是源码,通过调试发现,输出的html代码是正确的,如何显示在页面上,是前台的问题吗

 public string strhtml()
        {
            StringBuilder htmltext = new StringBuilder();

            DataTable ItemCount = BLL.HomeMgr.LoadURL();
            if (ItemCount.Rows.Count < 10)
            {
                htmltext.Append("<table>");
                htmltext.Append("<tr>");
                htmltext.Append("<td>");

                foreach (DataRow row in ItemCount.Rows)
                {
                    htmltext.Append("<li><a href=\"");
                    htmltext.Append(row["URL"]);
                    htmltext.Append("\" target=\"_blank\">");
                    htmltext.Append(row["ItemName"]);
                    htmltext.Append("</a></li>");
                }

                htmltext.Append("</td>");
                htmltext.Append("</tr>");
                htmltext.Append("</table>");

            }
            else if (ItemCount.Rows.Count > 10 && ItemCount.Rows.Count < 20)
            {

            }
            else
            { 

            }
            return htmltext.ToString();
        }
 <div id="html">
            <%strhtml();%>
        </div>
  • 写回答

3条回答 默认 最新

  • Tiger_Zhao 2017-02-22 07:41
    关注

    把函数结果拼到 aspx 的输出中要用表达式书写方式 <%= strhtml() %> 而不是脚本书写方式 <% strhtml(); %>

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?

悬赏问题

  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料