标签:substr bsp arch stop split string end 并且 str
可用作正则方法:
match()
replace()
search()
split()
比较字符串截取方法:
slice(start, end) 可取值为负
substr(start, length) 可取值为负
substring(start, stop) 如取值为负的话,会转为0,并且可进行重排序 (例:(1,0)转 (0,1)
标签:substr bsp arch stop split string end 并且 str
原文地址:http://www.cnblogs.com/peiling-home/p/7113115.html