码迷,mamicode.com
首页 > 其他好文 > 详细

获取后缀

时间:2020-05-19 18:02:56      阅读:48      评论:0      收藏:0      [点我收藏+]

标签:style   str   indexof   nbsp   bst   div   code   substr   string   

  // 获取后缀
  format(temp) {
    let index = temp.lastIndexOf(‘.‘)
    let format = temp.substring(index + 1)
    return format
  }

 

获取后缀

标签:style   str   indexof   nbsp   bst   div   code   substr   string   

原文地址:https://www.cnblogs.com/cap-rq/p/12918262.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!