基本命令:Sysocmgr.exe /i:sysoc.inf /u:c:iis.txt c:iis.txt是IIS要安装的组件列表 [Components] iis_common = ON iis_www = ON iis_asp = ON iis_inetmgr = ON aspnet= ON 包括II...
map 的遍历过程使用 for range 循环完成,代码如下: scene := make(map[string]int) scene['route'] = 66 scene['brazil'] = 4 scene['china'] = 960 for k, v := range scene { fmt.Println(k...