JS學習---如何獲取a標籤的url

<!--如何獲取a標籤的url 本篇內容涉及到的知識點: 1 js的for循環 2 document獲取標籤 首先網頁是這個樣子的,咱們要獲取a標籤的網址及文字描述 1發現網址在  body>ul>li>a中, 2 經過 document.getElementById("ad") 獲取ul的標籤裏的內容 3 經過 a1.getElementsByTagName("li") 獲取li的標籤內容 4
相關文章
相關標籤/搜索