摘要: 1、一开始报错,原来是没写构造器; 2、栈的特点就是数据只能在表的一端进行插入和删除。 1 public class CharStack { 2 /** 3 * The depth. 4 */ 5 public static final int MAX_DEPTH = 10; 6 7 /** 8 * 阅读全文
posted @ 2022-04-30 23:44 滑稽的炒饭 阅读(19) 评论(0) 推荐(0)