2015-10-21 59 views

回答

2

我被跛,錯過了函數名不是toDataUrl但toDataURL。

所以應該這樣寫:

var file = canvas.toDataURL("image/jpeg", 0.5); 
相關問題