为什么会出现Syntax error on token "",expected错误

2026年09月20日 05:12
有1个网友回答
网友(1):

public void readExternal(ObjectInput in) throws IOException,
ClassNotFoundException {
msg = (String) in.readObject();
num = in.read(); // 把数字88加进来
}
}
这里多了一个}。

还有最后那里,多了两个}。