Multiple lines of text to clipboard

孤人 提交于 2019-12-06 15:59:25

Send it as one string with carriage return and line feed characters in it, as Russ suggested.

You replied to Russ that, "it does not work": what's the symptom of it not working?

If you're copying from the clipboard into HTML, note that whitespace (especially including carriage return and line feed characters) is not necessarily preserved by the HTML DOM when you insert it into the DOM.

did you try 'abc\r\ndef\r\nghi\r\n'

I haven't tested it, but check out some of the jQuery plugins. http://plugins.jquery.com/taxonomy/term/657

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!