【锚点】是在页面内部的一种链接,用于页面显示位置的跳转

1、在.aspx文件中

<a />

2、在.aspx.cs文件中

Response.Write("<script language='JavaScript'>this.location.href='#select'</script>");

相关文章:

  • 2022-01-17
  • 2021-11-24
  • 2022-01-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2021-09-25
相关资源
相似解决方案