import java.util.Optional; public class MyCalc { public Integer sum(Optional<Integer> x, Optional<Integer> y) { // Optional.
確定! 回上一頁