Skip to content

Instantly share code, notes, and snippets.

View bswbatman's full-sized avatar
🦕
On golang

sptaob bswbatman

🦕
On golang
View GitHub Profile
[例1]
bookstore :选取 bookstore 元素的所有子节点。
[例2]
/bookstore :选取根节点bookstore,这是绝对路径写法。
[例3]
document.scrollingElement.scrollTop = document.scrollingElement.scrollHeight;