lua 中的assert是一个断言,它会中断当前流程比如local t = falseassert(t)print('hello world')这个时候下面这一行hello world就看不见了。 好处是可以看到打印出来的 ...
確定! 回上一頁