06 2021 档案

摘要:初始化布局 /** * 单元格数量 */ private cellCount: number = 16 /** * 单元格行高 */ private rowHeight: number = 10 /** * 单元格列宽 */ private colWidth: number = 10 /** * 单 阅读全文
posted @ 2021-06-09 11:06 jardeng 阅读(359) 评论(0) 推荐(0)
摘要:非泛型版 namespace demo { /** * 字典类 * let dictionary = new Dictionary(); // new一个对象 * // 设置属性 * dictionary.Set('gandalf', 'gandalf@email.com'); * dictiona 阅读全文
posted @ 2021-06-04 14:51 jardeng 阅读(2612) 评论(0) 推荐(0)