js截取某個字段後面的字符串

var str = 'p2p-dafei'; console.log(str.split("p2p-")[1]); //截取p2p-後面的全部參數
相關文章
相關標籤/搜索