首頁 > 問答 > 主體
巴扎黑2017-04-18 10:09:12
試試這個:
tmp=np.loadtxt(open("test.txt", encoding='utf8'), dtype=np.str, delimiter=',')
另Python語句後面不需要分號「;」