📅  最后修改于: 2022-03-11 14:48:25.603000             🧑  作者: Mango
//My suggestion will be to split the text by
:
var lines = content.split("
");
//Now you can wrap each line in a :
var newContent = "";
for(var i=0,l=lines.length;i"+lines[i]+" ";
}