摘要:
function n_serialize(data) if type(data)=="number" then io.write(data,"\n") elseif type(data)=="string" then io.write(string.format(... 阅读全文
posted @ 2015-08-05 10:37 ggzone 阅读(128) 评论(0) 推荐(0)
|
|
|
|
摘要:
function n_serialize(data) if type(data)=="number" then io.write(data,"\n") elseif type(data)=="string" then io.write(string.format(... 阅读全文
posted @ 2015-08-05 10:37 ggzone 阅读(128) 评论(0) 推荐(0)
摘要:
function n_serialize(data) if type(data)=="number" then io.write(data,"\n") elseif type(data)=="string" then io.write(string.format("%q\n",data)) el... 阅读全文
posted @ 2015-08-05 10:36 ggzone 阅读(276) 评论(0) 推荐(0) |
|