摘要: local tst = 999999999999999local strtest1 = "test%d"local strtest2 = "test%.0f"print(string.format(strtest1,tst))print(string.format(strtest2,tst)) ... 阅读全文
posted @ 2014-09-02 11:25 byfei 阅读(402) 评论(0) 推荐(0) 编辑