佳礼资讯网

 找回密码
 注册

ADVERTISEMENT

查看: 904|回复: 0

怎样用?

[复制链接]
发表于 15-6-2006 03:11 PM | 显示全部楼层 |阅读模式
public static java.lang.String stripEnd(java.lang.String str,
                                        java.lang.String stripChars)

sample : StringUtils.stripEnd(null, *)          = null
         StringUtils.stripEnd("", *)            = ""
         StringUtils.stripEnd("abc", ""        = "abc"
         StringUtils.stripEnd("abc", null)      = "abc"
         StringUtils.stripEnd("  abc", null)    = "  abc"
         StringUtils.stripEnd("abc  ", null)    = "abc"
         StringUtils.stripEnd(" abc ", null)    = " abc"
         StringUtils.stripEnd("  abcyx", "xyz" = "  abc"


我的code : for (Enumeration e = TokenVector.elements(); e.hasMoreElements()
        {
            String myString = (String) e.nextElement();
            String newStr = StringUtils.stripEnd(myString,remove);
            System.out.println(myString);
        }


error : cannot found symbol

为什么?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

 

ADVERTISEMENT



ADVERTISEMENT



ADVERTISEMENT

ADVERTISEMENT


版权所有 © 1996-2023 Cari Internet Sdn Bhd (483575-W)|IPSERVERONE 提供云主机|广告刊登|关于我们|私隐权|免控|投诉|联络|脸书|佳礼资讯网

GMT+8, 12-11-2024 01:20 AM , Processed in 0.100850 second(s), 21 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表