美文网首页
String字符串常用的方法

String字符串常用的方法

作者: 帕博雷克斯丢丢 | 来源:发表于2018-07-31 00:06 被阅读0次
    String常用方法速记

    .concat()
    .equals()
    .equalsIgnoreCase()
    .toLowerCase()
    .toUpperCase()
    .indexOf()
    .lastIndexOf()
    .trim()
    .substring()
    .split()

    相关文章

      网友评论

          本文标题:String字符串常用的方法

          本文链接:https://www.haomeiwen.com/subject/geaqvftx.html