var str = '';
str +='a,b...'+ '\r\n';
$(...).val(str);
这样即可.简单粗暴
转载于:https://www.cnblogs.com/hangaozu/p/9482154.html
var str = '';
str +='a,b...'+ '\r\n';
$(...).val(str);
这样即可.简单粗暴
转载于:https://www.cnblogs.com/hangaozu/p/9482154.html