码迷,mamicode.com
首页 > 其他好文 > 详细

substring、sunstr、Substring的用法

时间:2014-05-10 23:40:36      阅读:1028      评论:0      收藏:0      [点我收藏+]

标签:style   blog   tar   c   http   int   

    一:在js中截取字符串的方法有两个:substring和sunstr

    1、方法:

    substring(int stringIndex,[int endIndex]) 截取从索引为stringIndex索引endIndex之间的字符

    substr(int stringIndex,[int Length])  截取从索引为2开始后面的4个字符

    2、注意事项:

    (1).这里的索引是从0开始的

    (2).substring后的参数starIndex是必须填写的,tendIndex是可选参数

    (3).sunstr中的参数中stringIndex是必填参数,Length是可选参数

    3、substring的用法

      bubuko.com,布布扣

    4、substr的用法

      bubuko.com,布布扣

 

      二:C#中的Substring方法

      1.语法:Substring(int stringIndex)  返回从指定索引[还是从0开始]后的所有字符

          Substring(int StringIndex,int Length)  返回从指定索引后相应长度的字符

      2.用法

       (1)Substring(int stringIndex)的用法

          bubuko.com,布布扣

        (2)Substring(int StringIndex,int Length)的用法

          bubuko.com,布布扣

substring、sunstr、Substring的用法,布布扣,bubuko.com

substring、sunstr、Substring的用法

标签:style   blog   tar   c   http   int   

原文地址:http://www.cnblogs.com/pfwbloghome/p/3720690.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!