已采納回答 / 沒有馬甲線的安琪拉
if (one % 2 == 0){ System.out.println("one是偶數(shù)"); }
應(yīng)該是 == 而不是 = 是相等符號(hào)而不是賦值符號(hào)
2014-05-20