gpt4 book ai didi

c# - asp - 在 'IsNullOrEmpty(String)' 中找不到方法 'String'

转载 作者:太空宇宙 更新时间:2023-11-03 14:32:56 24 4
gpt4 key购买 nike

尝试仅在字符串不为空时打印,并且我正在使用下面的代码,但它不断出现该错误...

<%if(!String.IsNullOrEmpty(o_handler.renderDesc())) { %>
<strong>Description:</strong><BR>
<HR SIZE="1">
<strong><%= o_handler.renderDesc()%></strong>
<HR SIZE="1">
<BR>
<%} else { %>

<%}%>

也试过这个:

<%if( o_handler.renderDesc() != null ) { %>
<strong>Description:</strong><BR>
<HR SIZE="1">
<strong><%= o_handler.renderDesc()%></strong>
<HR SIZE="1">
<BR>
<%} else { %>

<%}%>

这是错误:

编译器错误消息:VJS1223:在“String”中找不到方法“IsNullOrEmpty(String)”

最佳答案

您的页面语言似乎设置为 JScript。尝试将其设置为 C#。

关于c# - asp - 在 'IsNullOrEmpty(String)' 中找不到方法 'String',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2180010/

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