断言,主要是用来输出错误当v为false或nil时,message可选默认为assertion failed 当v为true时返回v,和message两个参数. 例子. assert(1>10) --输出如下 --[[ lua: ...
確定! 回上一頁