<%@ Page Language="C#" %> <% if (Request["action"] == "edit" || Request["action"] == "new") { Response.Redirect("Edit.aspx"); } %>
<%for (int i = 0; i < 5; i++) { %> <%} %>
姓名 職稱 生日 住址 薪資
姓名<%=i %> 職稱<%=i %> 生日<%=i %> 住址<%=i %> 薪資<%=i %>