Created
February 27, 2019 05:13
-
-
Save seekerlee/d7220fce1550e1edd4bc48edfd6f51e6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
document.querySelectorAll('.member_list_table tr').forEach(e => { | |
console.log(e.getAttribute('name')+','+e.getAttribute('alias')) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment