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.
当您尝试复制并粘贴到 Safari 网络浏览器时,浏览器会插入webkit-fake-url.
webkit-fake-url
在 Chrome 中,您可以getAsFile()在剪贴板数据上读取图像。你能用 Safari 做类似的事情吗?
getAsFile()
不,目前无法在 Safari 中访问粘贴文件的内容。
作为一种解决方法,您可以检测到该虚假协议并向用户显示一条消息,通知他们在使用他们的特定浏览器时它不起作用(并且可能显示正常的上传控件)。