js将字符串换行
程序开发
2023-09-23 14:36:31
var test = "测试一下换行n不知道行不行n看结果";
while (test.indexOf("\n") >= 0) { var test = test.replace("\n", " n "); }
console.log(test);
标签:
上一篇:
vue 组件5 VueComponent()构造函数深入理解
下一篇:
相关文章
-
无相关信息