摘要:
调用: 阅读全文
posted @ 2019-01-17 16:24 且行且思 阅读(565) 评论(0) 推荐(0)
|
|||
|
摘要:
复制文本 $(function(){ var clipboard = new Clipboard('#copy',{ text: function(trigger) { alert("复制成功!"); return trigger.getAttribute('data-clipboard-text'); } }); }); ... 阅读全文
posted @ 2019-01-17 10:50 且行且思 阅读(3804) 评论(0) 推荐(0) |
|||