搜索
C#问题
后面代码: class Main { static void main(string[] args) { Book book=new Book(); book.books(); } } } 为什么没有输出?哪里有问题呢? 求大神帮忙解答,谢谢