“Obtenga el sitio URL JavaScript” Código de respuesta

JavaScript obtenga URL actual

var currentUrl = window.location.href;
Grepper

Obtenga el sitio URL JavaScript

document.URL
> "http://example.com/page1.html"

document.location.href
> "http://example.com/page1.html"

document.location.pathname
> "/page1.html"

document.location.origin
> "http://example.com"
Erorri Motrali

Obtenga URL real en variable

var currentLocation = window.location;
Prickly Pheasant

Respuestas similares a “Obtenga el sitio URL JavaScript”

Preguntas similares a “Obtenga el sitio URL JavaScript”

Más respuestas relacionadas con “Obtenga el sitio URL JavaScript” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código