canvas报TypeError: imageData is undefined的解决办法

浏览:1516 发布日期:2013/08/27 分类:技术分享 关键字: html5
参考:
http://stackoverflow.com/questions/17035106/context-getimagedata-operation-is-insecure

http://blog.darkthread.net/post-2011-11-02-html5-canvas-orgin-clean.aspx

错误内容:
TypeError: imageData is undefined

原因:canvas的image不在同一个域,会提示安全性错误。

解决办法:将图片存为本地图片。
最佳答案
评论( 相关
后面还有条评论,点击查看>>