跳转到内容

Module:US elections imagemap/utils:修订历史

2022年11月14日 (星期一)

  • 当前先前 18:552022年11月14日 (一) 18:55 Short Final 留言 贡献 340字节 +340 建立内容为“local p = {} function p.stripspaces(str) return str:gsub("^%s*(.-)%s*$", "%1") -- trim spaces end function p.split(str, sep) -- split string by separator and return table sep = sep or "%s" local parts = {} for word in string.gmatch(str, "[^" .. sep .. "]+") do parts[#parts+1] = p.stripspaces(word) end return parts end return p”的新页面