gpt4 book ai didi

c# - 通过一些 html

转载 作者:太空宇宙 更新时间:2023-11-03 20:39:58 25 4
gpt4 key购买 nike

我用jquery来填充一个asp:label

J查询代码:

$("#more15").text(<p> <b>Hello WOrld!</b> </p>);

Asp.net 代码:

<asp:Label runat="server" ID="more15" Text="" Font-Size="Small" Font-Italic="False"></asp:Label>

当我查看页面时,它显示如下:

<p> <b>Hello WOrld!</b> </p>

代替:

世界,您好!

我该如何解决这个问题?

谢谢/迈克尔

最佳答案

使用 html方法而不是 text方法。

$("#more15").html("<p> <b>Hello WOrld!</b> </p>");

关于c# - 通过一些 html,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3401616/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com