开发者社区 问答 正文

Java regionMatches() 方法的语法是什么?

Java regionMatches() 方法的语法是什么?

展开
收起
游客ydhxr2xydmgpo 2021-11-18 22:10:06 295 分享 版权
1 条回答
写回答
取消 提交回答
  • public boolean regionMatches(int toffset, String other, int ooffset, int len)

    public boolean regionMatches(boolean ignoreCase, int toffset, String other, int ooffset, int len)

    2021-11-18 22:10:30
    赞同 展开评论
问答分类:
问答地址: