12 2020 档案

摘要:可以把return true 改为 if true then return true end 阅读全文
posted @ 2020-12-11 14:52 流星曳尾 阅读(487) 评论(0) 推荐(0)
摘要:a={}if a=={} thenprint(11)elseprint(22)end --22 应该用 k,v遍历来找item个数,从而判断是否是空表 阅读全文
posted @ 2020-12-08 17:33 流星曳尾 阅读(279) 评论(0) 推荐(0)
摘要:window->Analysis->Frame Debug 阅读全文
posted @ 2020-12-07 13:02 流星曳尾 阅读(87) 评论(0) 推荐(0)
摘要:原文:C# $的用法 -darkif 在字符串前加$相当于对string.format()的简化如:int m_a = 1;int m_b = 2;使用string.format():Console.WriteLine(string.format("this is a:{0},this is b:{ 阅读全文
posted @ 2020-12-04 17:03 流星曳尾 阅读(161) 评论(0) 推荐(0)