62,268
社区成员
发帖
与我相关
我的任务
分享
<asp:Button ID="btnhuanshu" runat="server" Text="还书" Width="50px" OnClick="btnhuanshu_Click"
Height="21px" /> string js = string.Format("<script>document.getElementById('{0}').click();</script>", btnid);
this.Page.RegisterStartupScript(this, this.GetType(), "test1", js, false);