b = io.read() io.write("A + B = " .. a+b .. "\n"). 這個程式看起來好像有很多新東西,但是其實並不難。 io.write 是一個Lua 內建的函數,它的功能和print 非常 ...
確定! 回上一頁