Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在画布上绘制图像。之后我做 canvas.toDataUrl("image/png"); 但这并不顺利。这是jsfiddle的链接!
http://jsfiddle.net/QcS4u/34/
将来自另一个域的图像加载到画布后,您将无法使用toDataUrl,因为它会打开一个安全漏洞(来自其他域的信息泄露)。
toDataUrl
看看为什么这个 toDataURL 行是一个安全错误?.