小喵 🐈 says to YSITD 假設有段 Java 程式碼是 A a = A.getA() if (a != null) { B b = a.getB() if (b != null) { b.print() } }