Page.ClientScript.RegisterClientScriptBlock(GetType(), "Delete", "alert(\"删除成功!\");location.href = \"AA.aspx\";", true);如何让这句可以带取消功能?谢谢