lua_getglobal (l,"width");//獲取lua中定義的變數. lua_getglobal(l,"height");. printf("height:%ld width:%ld\n",lua_tointeger(l,-1) ...
確定! 回上一頁