摘要: if (window.clipboardData) { window.clipboardData.setData("Text", text); } else { unsafeWindow.netscape.security.PrivilegeManager.enablePrivilege("Univ 阅读全文
posted @ 2019-08-06 22:26 一只螺 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 移动端: switch(plus.os.name){ case 'iOS': //获取剪切板 var UIPasteboard = plus.ios.importClass("UIPasteboard"); var generalPasteboard = UIPasteboard.generalPa 阅读全文
posted @ 2019-08-06 15:50 一只螺 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 使用 - scrollIntoView() 实现 具体参数自行搜索 scrollIntoView() 示例回到顶部 document.getElementById("id名称").scrollIntoView({behavior: "smooth"}); // 页面回到顶部 - 有过渡动画 阅读全文
posted @ 2019-08-06 15:43 一只螺 阅读(193) 评论(0) 推荐(0) 编辑