雨音浅夏的用户贡献

此用户有1,127次编辑。账号创建于2021年1月18日 (星期一)。
搜索贡献展开折叠
⧼contribs-top⧽
⧼contribs-date⧽
最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500

2023年4月15日 (星期六)

  • 00:362023年4月15日 (六) 00:36 差异 历史 +479 Module:Str2code创建页面,内容为“local p = {} function str2code(strin) if(math.modf(string.byte(strin,1)/16)==14)then return (string.byte(strin,1)-224)*4096+(string.byte(strin,2)-128)*64+(string.byte(strin,3)-128) elseif(math.modf(string.byte(strin,1)/32)==6)then return (string.byte(strin,1)-192)*64+(string.byte(strin,2)-128) else return string.byte(strin,1) end end function p.string2code(frame) return string.format("%d",string2code(frame.args[1]))…”

2023年4月14日 (星期五)

2023年4月13日 (星期四)

2023年4月11日 (星期二)

2023年4月10日 (星期一)

2023年4月9日 (星期日)

最新 | 最旧) 查看( | )(20 | 50 | 100 | 250 | 500