0
3
1237
1
package mainimport ( "fmt" "math")type Rectangle struct { width, height ...
package mainimport "fmt"type Skills []stringtype Human struct { name s...
1.检查软件安装情况 rpm -qa|grep wget // 下载工具 rpm -qa|grep gcc // 编译工具 rp...