關於indexof和substring常常記不住的點

indexof 找到的字符位置是 字符串從0位開始算起的。字符串

lastIndexOf也同樣,http://localhost:8080/aaa,的lastIndexOf("/")是21位。string

substring(0,a)截取的是,從0位開始算起的,直到第(a-1)位字符,不包含a位字符,例如:ast

var str = "http://localhost:8080/aaa";字符

substring(0,str.lastIndexOf("/"))獲得的是"http://localhost:8080"。index

相關文章
相關標籤/搜索