NULL, 1, "Wrong Parameter"); // 第二个参数是一个字符串 const char *pName = luaL_checkstring(L, 2);//检查第2个参数是不是string,并返回参数值 luaL_argcheck(L, ...
確定! 回上一頁