标签: javascript html5 canvas
我有一个url,可以在画布上使用参数生成图像。我加载浏览器时工作正常。
最后一行是:
window.location = canvas.toDataURL("image/png");
当我尝试使用来自其他网页的此网址时:
<img src="http://localhost/index.html?i=0 />
不加载。我怎么装它呢。
提前致谢。
答案 0 :(得分:0)
这是一个安全问题。如果图像不在同一个域中,则无法在画布中读取图像数据。没有任何解决方法,抱歉