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.
我正在弄清楚如何使用纯 javascript 将外部图像转换为数据字符串
有什么方法,不用代理服务器
即使该方法造成了安全漏洞
不,如果它是跨域的,您必须将CORS标头应用于托管图像的服务器响应才能使其工作。这也没有通用浏览器支持。不幸的是,许多 Native Mobile 浏览器不支持它。