2010-07-09 81 views

回答

7
<% /* Is a codeblock */ for(int i = 0;i<5;i++) { } %> 
<%= "Writes something to the output stream" /* Response.Write */ %> 
<%: "HTML-encodes this <b>hello</b> to the output stream" %>