搜索

首页  >  问答  >  正文

python - numpy 的 loadtxt 函数读取汉字问题

PHPzPHPz2802 天前1676

全部回复(1)我来回复

  • 巴扎黑

    巴扎黑2017-04-18 10:09:12

    试试这个:

    tmp=np.loadtxt(open("test.txt", encoding='utf8'), dtype=np.str, delimiter=',')

    另Python语句后面不需要分号“;”

    回复
    0
  • 取消回复