Skip to content

Instantly share code, notes, and snippets.

@mixj93
Created June 13, 2018 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mixj93/b24a6c66491f1cbd6b122ee4a15bbebe to your computer and use it in GitHub Desktop.
Save mixj93/b24a6c66491f1cbd6b122ee4a15bbebe to your computer and use it in GitHub Desktop.
第一弹
list.forEach((item)=>{
if (item.querySelector(".status.green")) {
console.log(item.querySelector(".title").innerHTML, "https://www.diyidan.com" + item.querySelector("a").getAttribute("href"))
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment