- 114.114.114.114
- 114.114.115.115
- 8.8.4.4
- 8.8.8.8
- 208.67.222.222
| function uniq(arr) { | |
| return Array.from(new Set(arr)); | |
| } | |
| function createOptionsMap(productJsonMap) { | |
| const nextOptionMap = new Map(); | |
| for (const variant of productJsonMap.variants) { | |
| if (!variant.available) continue; |
| import { NgFor } from '@angular/common' | |
| import { Component, QueryList, TemplateRef, ViewChild, ViewChildren, ViewContainerRef } from '@angular/core' | |
| @Component({ | |
| directives: [ | |
| NgFor | |
| ], | |
| selector: 'component', | |
| template: ` | |
| <ul><li #item *ngFor="let number of list">{{number}}</li></ul> |
在 Xcode 里下载文件真的是一种折磨, 特别是每次 Xcode 大版本更新都会遇到新的下载内容. 经过一翻周折, 本人找到一个方法可以轻松快速便捷地下载和安装对应的 Simulator 和 Doc 文件