// 结构体
struct WebInfo {
var https = "https://chanpinxue.cn"
var http = "http://chanpinxue.cn"
}
let miWebInfo = WebInfo()
print("网站地址 \(miWebInfo.https)")
// 结构体
struct WebInfo {
var https = "https://chanpinxue.cn"
var http = "http://chanpinxue.cn"
}
let miWebInfo = WebInfo()
print("网站地址 \(miWebInfo.https)")