更改

删除9字节 、 2020年7月8日 (三) 19:13
无编辑摘要
第2行: 第2行:     
function p.hello( frame )
 
function p.hello( frame )
    return "Hello, world!"
+
    return frame
 
end
 
end
    
return p
 
return p