<head runat="server"> <title>团队收益报表</title> <style type="text/css""> @media Print { .noprint{ display:none; } } </style></head><body> <form id="form1" runat="server"> <div class="body"> <div id="noprint" class="noprint" style="float:none;"> <br /> <asp:Button ID="btnToExcel" runat="server" OnClick="btnToExcel_Click" Text="导出为Excel" /> <input type=button class="button" value=" 打印 " onclick="window.print();" /> </div> 转载于:https://www.cnblogs.com/gangqiang8624/archive/2008/01/22/1048493.html