第一眼看到,什么鬼?
const { body } = document `` 其实等于:
const body = document.body
http://es6.ruanyifeng.com/#docs/destructuring#对象的解构赋值 