Skip to content

Instantly share code, notes, and snippets.

@silvernoo
Created November 23, 2018 07:39
Show Gist options
  • Save silvernoo/5a3175fa2bbf55a7ae43eca986b45669 to your computer and use it in GitHub Desktop.
Save silvernoo/5a3175fa2bbf55a7ae43eca986b45669 to your computer and use it in GitHub Desktop.
获取keyweb全部项目
document.querySelectorAll('.list__item-title').forEach(function(x){console.log(x.innerText)})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment