“Uzyskaj JavaScript Value Value” Kod odpowiedzi

Pobierz JavaScript atrybut href

document.getElementById("link")[0].getAttribute("href");
Evil Eel

Uzyskaj JavaScript Value Value

document.getElementById("aaa").href; // http://example.com/sec/IF00.html
//while the one below gets the value of the href attribute:
document.getElementById("aaa").getAttribute("href"); // sec/IF00.html
Bug Killer

Odpowiedzi podobne do “Uzyskaj JavaScript Value Value”

Pytania podobne do “Uzyskaj JavaScript Value Value”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu