can we obtain truncate lodash with out ellipsis- ReactJs

后端 未结 0 1771
野趣味
野趣味 2021-01-15 04:13

i\'m using react lodash truncate method to truncate my strings:

str= "hellow orldss";
var value = _.truncate(str, {length:2})
console.log(value) //          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题