可在模块:TestPaper/doc创建此模块的帮助文档
脚本错误:Lua错误:无法创建进程:proc_open(/home/pi/LUA/error.log): Failed to open stream: 权限不够
local p = {} function p.singleChoice( f ) local args= f.args local text = args.text return text end return p