Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想问当用户在下拉列表中选择选项时,是否有办法将文本自动复制到剪贴板。
你能用这个作为复制价值吗
window.clipboardData.setData('Text',str);
演示