html2canvas(document.getElementById("wrap"), { dpi: 300, scale:4, onrendered: function (canvas) {
html2canvas就有这个弊端,截图时只能截当前渲染到页面的组件,图片内容无法渲染。所以截不到。