有没有一种简单的方法可以选择并复制 HTML 表格的 1 或 2 列?
我听说 Firefox 中有一个按钮可以按住来拖动表格列的选择,但我正在寻找跨浏览器的答案。我想知道是否可以在列上方放置单选按钮,让访问者选择它们,然后单击按钮,将列复制到剪贴板。相信很多人都遇到过这个问题;有人有好的解决方案吗?
I've heard that there's a button you can hold to drag a selection of a table column in Firefox, but I'm looking for a cross-browser answer. I'm wondering if maybe I can put radio buttons above the columns, have the visitor select them, then, on the click of a button, have the columns copied to their clipboard. I'm sure many have come across this problem; anyone with a good solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法从 HTML 跨浏览器可靠地设置剪贴板。不过 Flash 也可以做到。
http://livedocs.adobe.com /flash/9.0/ActionScriptLangRefV3/flash/system/System.html#setClipboard%28%29
You can't reliably set the clipboard from HTML cross browser. Flash can do it though.
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/system/System.html#setClipboard%28%29