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

 

posted on 2018-02-01 14:40  菜鸟丶肖  阅读(1153)  评论(0编辑  收藏  举报