当我将此常量字符串与内部 MB 与内部带有 MB 的变量进行比较时,结果为假。字符串常量看起来像“MB”([“,M,B”]=4 长度),我的变量是“MB”([M,B]=2 长度)。这里有什么问题。Java 不能将代码中的引号放入字符串中。
public static final String gc_TelCodeFixed = "FX";
if (!telcode.getId().equals(com.quoka.qis.db.constant.Constants.gc_TelCodeFixed))
throw new TelcodeTypeMismatchException(telcode.getType());