numpy以追加模式保存数据至txt

with open(save_path + '\data.txt', 'a+') as f:
    np.savetxt(f, data)

  

posted on 2021-09-26 16:12  那抹阳光1994  阅读(1097)  评论(0编辑  收藏  举报

导航