【发布时间】:2012-10-27 02:59:18
【问题描述】:
可能重复:
Are <%: and <%= the same thing as embbed code (expression) blocks
从标题中可以清楚地看出,我想知道 ASP.NET 中 <%: variable%> 和 <%= variable%> 之间的区别。
【问题讨论】:
标签: asp.net
可能重复:
Are <%: and <%= the same thing as embbed code (expression) blocks
从标题中可以清楚地看出,我想知道 ASP.NET 中 <%: variable%> 和 <%= variable%> 之间的区别。
【问题讨论】:
标签: asp.net
它们的作用基本相同,但<%: variable%> 也会对输出进行 html 编码。
【讨论】: