以下是一个Java封装图书信息类的示例: public class Book { private String title; private String author; private int pages; // 构造函数 public Book(String title, String a..