嵌入式代码块。
这些有几个品种:
<%= %> is the equivalent of `Response.Write()`
<% %> runs server-side code, like an if-else block
<%: %> is for HTML-encoding the data
<%# %> is for data-binding expressions
<%@ %> is for directives, usually page directives in ASP.NET