最贊回答 / aslzlyizake
加上這句就好了document.addEventListener('touchmove', function (event) { ? ?event.preventDefault();}, false);
2014-12-14
最新回答 / ATWJSW
這段代碼這樣寫:imageObj.onload = function() {? ? ? ? ? ? var cvs = $('#cvs_' + this.index)[0]; ? ? ? ? ??? ? ? ? ? ? cvs.width = picWidth;? ? ? ? ? ? cvs.height = picWidth;? ? ? ? ? ? cvs.getContext('2d').drawImage(this, 0, 0);? ? ? ? };
2014-11-22