var documentWidth = document.documentElement.clientWidth || document.body.clientWidth;
console.log("当前文档宽度:" + documentWidth + "px");