标签:返回 doc style 字符 位置 结果 ext sof mic
2 . subtring( start, end ) 左闭右开 end可以省略
3. substr(start , length) length 可以省略
比如 : var str="Hello world!" document.write( str.substr(2 )); 返回结果是llo world!
js中,indexOf()、substring()和substr()的区别
标签:返回 doc style 字符 位置 结果 ext sof mic
原文地址:http://www.cnblogs.com/zhansheng/p/7562721.html