标签:class local 输出 code art style tostring file color
local length = part2:size(1) local file = io.open(‘/home/xbwang/Desktop/part2original‘,‘a‘) for j = 1,length do number = part2[j] file:write(tostring(number)..‘\n‘) end
标签:class local 输出 code art style tostring file color
原文地址:http://www.cnblogs.com/ymjyqsx/p/6339706.html