Hello, world!242 55 24 脚本错误:函数“img”不存在。
local p = {} function p.text( frame ) local args = frame.args return 'Hello, world!'..args['变量'] end return p