lua_pushstring ( ls, dest ) ; //將第4個參數壓入lua lua_call( ls, 4, 0 ) ; //call lua function, 4個參數, 0個回傳數 lua_pop( ls, 0 ) ; //pop
確定! 回上一頁