以下Java代码中是否有任何错误?我跑的时候没找到一个.
public class WayToGo { private int aa, bb; public void WayToGo(int a, int b) { aa = a; bb = b; } }
java
java ×1