js中字符串常用的方法

字符串截取:

1.slice(start,end)//参数可以负数 同为正start>end 不交换位置 得到空串

2.substr(start,length)//第一个参数可以负数

3.substring(start,end) //end




	


 


4.字符串标题替换关键字:




  


   


 

你可能感兴趣的:(前端总结知识点,前端)