Complex Complex::operator+(Complex B) { return Complex(B.real + real, image + B.image); } B.real和real有什么區別,為什么加法的重載,形參只需要一個類 查看完整描述