lua 中的标签使用双冒号。print("abcd")print("1234")::B::if io.read()=="A" thengoto A;elsegoto B;end以上代码在输入A时重新输出。 注意lua goto 只能用于函数 ...
確定! 回上一頁