1 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2" %>
 2 
 3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 4 
 5 <html xmlns="http://www.w3.org/1999/xhtml">
 6 <head runat="server">
 7      <title>HTML服务器控件</title>
 8     
 9 </head>
10 <body>
11     <form id="form1" runat="server">
12     <div>
13     <%for (int i = 1;i < 7;i++) %>
14     <%{%>
15     <font size=<%= i+1%>>Hello World!</font></br>
16     <%}%>
17 
18     </div>
19     </form>
20 </body>
21 </html>

 

相关文章:

  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
猜你喜欢
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2021-08-06
相关资源
相似解决方案