python 使程序輸出不是科學(xué)計(jì)數(shù)法的形式,而是浮點(diǎn)型的數(shù)據(jù)輸出。 在程序的開頭加上兩句話: import numpy as np np.set_printoptions(suppress=True)