<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Index.aspx.cs" Inherits="Quiz.WebsiteAnalysis.Index" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title></title> </head> <body> <form id="form1" runat="server"> <div> <asp:Button ID="Button1" runat="server" Text="导出最新详细数据" OnClick="Button1_Click" /> <asp:Button ID="Button2" runat="server" Text="导出学校比例" OnClick="Button2_Click" /> <asp:Button ID="Button3" runat="server" Text="导出总体" OnClick="Button3_Click" /> <asp:Button ID="Button4" runat="server" Text="导出学校格式版" OnClick="Button4_Click" /> </div> </form> </body> </html>