textareafirstline(content){
var index = content.indexOf("\n");
let firstline = content.substring(0, index);
console.log('lyj 第一个换行符位置', index);
console.log('lyj 第一行【title】', firstline);
return firstline;
}
textareafirstline(content){
var index = content.indexOf("\n");
let firstline = content.substring(0, index);
console.log('lyj 第一个换行符位置', index);
console.log('lyj 第一行【title】', firstline);
return firstline;
}
本文标题:js 截取textarea第一行
本文链接:https://www.haomeiwen.com/subject/sptkrqtx.html
网友评论