$('body')
和
$('html')
分别如何选择文档根?
$(document);
要获取文档的内容,我猜你需要的文档元素,这与< html>标签在大多数环境.
$(document.documentElement);