先试试encoding: e.g.. read.table(file="test.txt",header=TRUE,encoding='GBK'). read.table(file="test.txt",header=TRUE,encoding='utf-8'). 然后在console里面 ...
確定! 回上一頁