Copy Code. $('button').on("click", function(){ $('textarea').text('First line\nsecond line\nThird line'); }) Use \n for next line. br ...
確定! 回上一頁