gpt4 book ai didi

asp.net - <%=%> 和 <%#%> 有什么区别

转载 作者:行者123 更新时间:2023-12-02 06:02:25 24 4
gpt4 key购买 nike

所有,关于asp.net中的内联表达式,我对它们有一些疑问。

  1. 它们有什么区别?
  2. 在什么情况下,哪个更好?

顺便说一句,我发现下面的代码第一个不起作用,但第二个有效。为什么?

<head runat="server">
<title></title>
<script src="<%#FullyQualifiedApplicationPath%>Scripts/jquery.js" type="text/javascript"></script>
</head><!--Not OK-->

<head runat="server">
<title></title>
<script src="<%=FullyQualifiedApplicationPath%>Scripts/jquery.js" type="text/javascript"></script>
</head><!--OK-->

FullyQualifiedApplicationPath 是在代码隐藏中定义的变量。感谢您的评价。

最佳答案

<%= %> 用于加载变量<%# %> 用于数据库

咨询this postthis question了解更多信息

关于asp.net - <%=%> 和 <%#%> 有什么区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17984226/

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