function getCaption(obj){

    var index=obj.lastIndexOf("\-");
    obj=obj.substring(index+1,obj.length);
//  console.log(obj);
    return obj;
}
var str=" 执法办案流程-立案审批";
getCaption(str)

相关文章:

  • 2022-12-23
  • 2021-12-13
  • 2021-10-16
  • 2022-12-23
猜你喜欢
  • 2022-01-07
  • 2022-03-04
  • 2022-02-16
相关资源
相似解决方案