在ASP中,可以使用 Request.ServerVariables("SCRIPT_NAME") 来获取当前页的代码。 在ASP(Active Server Pages)中,获取当前页的代码可以通过多种方式实现,以下是一些常见的方法: 1. 使用Request.ServerVaria……