当我定义一个变量时:
private static float rateCost3 = 3;
......我收到警告:
'3'是一个神奇的数字.
我该如何解决这个问题?
android
android ×1