“Pobierz JavaScript atrybut href” Kod odpowiedzi

Pobierz JavaScript atrybut href

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

JavaScript Znajdź wszystkie HREF o tej samej wartości

//Selects all links which have href='http://google.com'
document.querySelectorAll("a[href='http://google.com']");
Batman

Uzyskaj atrybut href

document.find_element_by_xpath("//example").getAttribute('href')
Embarrassed Emu

Odpowiedzi podobne do “Pobierz JavaScript atrybut href”

Pytania podobne do “Pobierz JavaScript atrybut href”

Więcej pokrewnych odpowiedzi na “Pobierz JavaScript atrybut href” w JavaScript

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

Przeglądaj inne języki kodu