1
我使用html2canvas插件捕獲頁面的屏幕截圖。當我用下面的代碼,它工作正常:html2canvas奇怪的問題
var target = $('body');
html2canvas(target, {
onrendered: function (canvas) {
var data = canvas.toDataURL();
}
});
中的document.ready,但使用時外喜歡的document.ready上的按鈕,單擊說我不斷收到有關就像無法加載資源插件代理問題:服務器響應狀態爲404.
我遵循類似的方法。 –
好的。看看你的jQuery文件是否正確加載。 使用此[插件](https://chrome.google.com/webstore/detail/javascript-errors-notifie/jafmfknfnkoekkdocjiaipcnmkklaajd),查看您是否有任何js錯誤。 – joashp
如果你試圖在你的答案中解釋它會使它更有價值,比看到有一天鏈接死了,你的答案沒用 –