06 2021 档案
摘要:初始化布局 /** * 单元格数量 */ private cellCount: number = 16 /** * 单元格行高 */ private rowHeight: number = 10 /** * 单元格列宽 */ private colWidth: number = 10 /** * 单
阅读全文
摘要:非泛型版 namespace demo { /** * 字典类 * let dictionary = new Dictionary(); // new一个对象 * // 设置属性 * dictionary.Set('gandalf', 'gandalf@email.com'); * dictiona
阅读全文

浙公网安备 33010602011771号