Javascript copy text with new line

前端 未结 0 1262
逝去的感伤
逝去的感伤 2020-12-10 04:25

This is the code I have in JavaScript:

$(function() {
  $("#test1").click(function(e) {
    e.preventDefault();
    
    var newLine = "%0D%0A&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题