答案 0 :(得分:1)
以下是如何在jQuery中执行此操作:P
(function($) {
$.getUrl = function() {
return window.location.href;
}
})(jQuery);
警告:显然jQuery函数适用于LOL。不要真的使用它。
答案 1 :(得分:0)
是的,请使用location.href
alert(location.href)
答案 2 :(得分:0)
使用以下
document.location.href
答案 3 :(得分:0)
使用
document.location.href