摘要: 已安装完的请忽略 (此步骤参照 https://ng.ant.design/docs/getting-started/zh) 1、安装组件 $ npm install ng-zorro-antd --save 2. 导入模块 import { NzModalModule } from 'ng-zor 阅读全文
posted @ 2020-01-22 17:13 玄空2 阅读(920) 评论(0) 推荐(0) 编辑
摘要: for ..in 用来遍历迭代对象的键 即 如果 for. ..in 遍历的是数组,则输出的值 数组的下标 例子 this.str = new Array(); this.str.push('15'); this.str.push('20'); this.str.push('29'); for (c 阅读全文
posted @ 2020-01-22 16:27 玄空2 阅读(193) 评论(0) 推荐(0) 编辑