import numpy as np import pandas as pd import math n = np.nan np.nan == np.nan#使用numpy pd.isnull(np.nan)#使用pandas math.isnan(np.nan)#使用math ...
確定! 回上一頁