Web Share API https://w3c.github.io/web-share/ Web Share API, W3C Editor's Draft 15 April 2020 https://www.w3.org/TR/web-share/ Web Share API, W3C First Public Working Draft 17 December 2019 https://github.com/w3c/web-share/ shareButton.addEventListe…
Web 项目中分享到微博.QQ空间等分享功能 网上有很多的模板以及代码,但是有很多都不能分享内容,简单的测试了下: 以新浪微博为例,文本框中的内容是title属性,下面的链接是url属性,如果你的链接页面有图片,会自动抓取图片让你选择,因此,当你自己写分享功能时需要你传递title和url属性到接口链接即可. 代码如下: <script> function buttonShare(url){ $("#theForm").attr("action",url…