numpy.lib.npyio.NpzFile.get# 方法 lib.npyio.NpzFile.get(key, default=None, /)[原始碼]# D.get(k,[,d]) returns D[k] if k in D, else d. d 預設為 None。