2条回答 默认 最新
- threenewbee 2019-04-04 21:58关注
string url = "http://" + Request.Url.Host + ":" + Request.ServerVariables["Server_Port"].ToString() + "/hr/hr.aspx";
response.Redirect(url);本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报
string url = "http://" + Request.Url.Host + ":" + Request.ServerVariables["Server_Port"].ToString() + "/hr/hr.aspx";
response.Redirect(url);