public Varargs _file_setvbuf(LuaValue file, String mode, int size) { checkfile(file).setvbuf(mode,size);
確定! 回上一頁