response.redirect 重定向的链接中既有活动id又要求带有锚链,如何实现?

如我要链接至新闻页news.asp?id=2的页面中的图片部分#photo
2025-05-11 12:13:14
推荐回答(1个)
回答1:

Response.Redirect("news?id=2#photo")
直接写就可以了先写id再写锚链