游戏王残局简化版

Annotation For single_doc/lua_lib/算机_程语_月_基类_文.lua
Login

Annotation For single_doc/lua_lib/算机_程语_月_基类_文.lua

Origin for each line in single_doc/lua_lib/算机_程语_月_基类_文.lua from check-in 60c256f91b:

60c256f91b 2024-06-27    1: local string = string
60c256f91b 2024-06-27    2: local s = {}
60c256f91b 2024-06-27    3: function s.连(u1, u2, u3, u4, u5, u6, u7, u8, u9)
60c256f91b 2024-06-27    4:   return u1 .. (u2 or "") .. (u3 or "") .. (u4 or "") .. (u5 or "") .. (u6 or "") .. (u7 or "") .. (u8 or "") .. (u9 or "")
60c256f91b 2024-06-27    5:   end
60c256f91b 2024-06-27    6: --~ 排中文
60c256f91b 2024-06-27    7: --~ 入参2
60c256f91b 2024-06-27    8: --~ 入参3
60c256f91b 2024-06-27    9: --~ 入参4
60c256f91b 2024-06-27   10: function s.全筛文(u1, u2, u3, u4)
60c256f91b 2024-06-27   11:   --~ print(4)
60c256f91b 2024-06-27   12:   if string.find(u1, u2, u3, u4) then
60c256f91b 2024-06-27   13:     return u1
60c256f91b 2024-06-27   14:     end
60c256f91b 2024-06-27   15:   end
60c256f91b 2024-06-27   16: return s