摘要: 文本的处理其实可以很丰富,下面是渐变文字显示的一种处理方式。 阅读全文
posted @ 2016-03-29 11:48 levenies 阅读(228) 评论(0) 推荐(0) 编辑
摘要: function dump(value, desciption, nesting) if type(nesting) ~= "number" then nesting = 3 end local lookupTable = {} local result = {} local function _v(v) if type(v) == "stri... 阅读全文
posted @ 2016-03-29 11:45 levenies 阅读(2128) 评论(0) 推荐(0) 编辑