当前位置: 代码迷 >> JavaScript >> js cookie.indexof()步骤
  详细解决方案

js cookie.indexof()步骤

热度:624   发布时间:2012-10-07 17:28:51.0
js cookie.indexof()方法
第二个参数一般是数值,表示起始点,如。
"abcdab".indexOf('b') //1
"abcdab".indexOf('b',3)//5
1 楼 showzh 2011-09-05  
  相关解决方案