Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我如何在干净的 JavaScript 中做同样的事情
var url = '<%=Request.Url.AbsoluteUri%>';
就这样!
该location.href属性将包含该信息。
location.href
var url = location.href;