编辑代码

-- JSRUN引擎2.0,支持多达30种语言在线运行,全仿真在线交互输入输出。
-- One = [[7442215651783648063-22211_4191]],
--             NullBg = [[]],
--             RareFrame = [[]],
--             Common = [[]],
--             Rare = [[]],
--             Epic = [[]],
--             Legendary = [[]],
--             Mystic = [[]],
--             Icon = [[]],
--             NameTxt = [[]],
--             StarFrame = [[]],
--             Star1 = [[]],
--             Star2 = [[]],
--             Star3 = [[]],
--             Star4 = [[]],7448893707453637439-22131_272
--             Star5 = [[]],
--             StarMax = [[]]7450319748265059135-22138_1771

local base = "7448882080977167167-22131_"
local startIndex = 9470
local Key = {"One","NullBg","ItemBg","Icon","NameTxt","StarFrame","Star1","Star2","Star3","Star4","Star5","Star6","Star7","Star8","Star9","Star10","Star11","Star12","NumFrame","NotNum","NumTxt"}
-- local Key = {"One","NullBg","RareFrame","Common","Rare","Epic","Legendary","Mystic","Icon","NameTxt","StarFrame","Star1","Star2","Star3","Star4","Star5","StarMax","Select","Select1","Select2","Select3","Select4","Red"}
-- local Key = {"One","Bg","Icon","DayTxt","InfoTxt","IsGetFrame","IsGetBg","IsGetGou","NotGetFrame","NotGetBg","NotGetLock"}
-- local Key = {"Bg","Icon","InfoTxt"}
-- local Key = {"One","NullBg","WeaponBg","RareFrame","Common","Rare","Epic","Legendary","Mystic","Icon","NameTxt","StarFrame","Star1","Star2","Star3","Star4","Star5","StarMax","NotItem","Select","Select1","Select2","Select3","Select4"}
-- local Key = {"One","NullBg","WeaponBg","RareFrame","Common","Rare","Epic","Legendary","Mystic","Icon","NameTxt","StarFrame","Star1","Star2","Star3","Star4","Star5","StarMax","NotItem","Select"}
-- local Key = {"One","NullBg","ItemBg","Icon","NameTxt","StarFrame","Star1","Star2","Star3","Star4","Star5","Star6","Star7","Star8","Star9","Star10","Star11","Star12","Select","Select1","Select2","Select3","Select4"}
-- local Key = {"One","NameTxt","InfoTxt","ArrowUp","ArrowDown"}
-- local Key= {"One","ProgressBg","ProgressBar","NullBg","RareFrame","Common","Rare","Epic","Legendary","Mystic","Icon","NameTxt","StarFrame","Star1","Star2","Star3","Star4","Star5","StarMax","Select","Select1"}
-- local Key = {"One","NullBg","RareFrame","Icon","NameTxt","StarFrame","Star1","Star2","Star3","Star4","Star5","Star6","Star7","Star8","Star9","Star10","Star11","Star12","NumTxt","Red"}
-- local Key = {"One","Bg1","Bg2","Bg3","Bg4","NameTxt","Icon","StartFrame","Star1","Star2","Star3","Star4","Star5","Star6","Star7","Star8","Star9","Star10","Star11","Star12"}
local str = ""
for i = 1,6,1 do
    str = str .. "{"

    for j=1,#Key,1 do
        str = str ..Key[j].." = [["..base..startIndex.."]],"
        startIndex = startIndex + 1
    end
    str = str .."},"
end
print(str)
-- print(tonumber("a12"))