int argc = lua_gettop( L ) ; //總共的參數個數int n = (int)lua_tonumber( L , 1 ) ; //取得第一個參數,lua_tonumber、lua_tostring等api,把參數從lua抓到c的函 ...
確定! 回上一頁