匯入庫 import matplotlib.pyplot as plt import pandas as pd import numpy as np # 用Numpy建立樣本 table = np.random.rand(10, 5) table ...
確定! 回上一頁