如何从我的网站打开共享 sheet?

How can I open the share sheet from my website?

是否可以在我的网站上为 IOS 和 Mac 设备使用共享 sheet?

如果可能的话,怎么做?

是的,可以使用网络共享 API。

点击这里了解更多详情: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share

示例: https://mdn.github.io/dom-examples/web-share/

示例源代码: https://github.com/mdn/dom-examples/blob/master/web-share/index.html