模組:沙盒/Cookai1205/series

文档图示 模块文档[创建]
local p = {}

function p.hello()
	return string.format('<a>Hello, world!</a>')
end

return p