你能像 PHP 如何退出解析模式那样逃避进出 ASP 标记吗?例如,在 PHP 中,您可以在代码块的中间退出,如果您想显示长的 HTML 代码块,这很有用。
<?php if ($expression == true) { ?>
<h1>This will show if the expression is true.</h1>
<p>I can put lots of HTML code here.</p>
<?php } ?>
你能像 PHP 如何退出解析模式那样逃避进出 ASP 标记吗?例如,在 PHP 中,您可以在代码块的中间退出,如果您想显示长的 HTML 代码块,这很有用。
<?php if ($expression == true) { ?>
<h1>This will show if the expression is true.</h1>
<p>I can put lots of HTML code here.</p>
<?php } ?>