lua 中的assert是一个断言,它会中断当前流程比如local t = false assert(t) print('hello world') 这个时候下面这一行hello world就看不见了。
確定! 回上一頁