If you have the developer console (JavaScript) in your browser, you can type this code in:
Shortened:
urls = document.querySelectorAll('a'); for (url in urls) console.log(urls[url].href);
Shortened:
n=$$('a');for(u in n)console.log(n[u].href)
Không có nhận xét nào:
Đăng nhận xét