因为用的比较多,所以贴过来,懒得再百度了,例子放前面:
字符串: 0123456789
代码:str.substring(1,3)
结果:12
代码:str.substring(4,9)
结果:45678
这么一打完我都记得了。。