override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
let website = "https://lisenh/h5/liuhai"
let url = URL(string: website)//将字符串转换成【网址对象】
UIApplication.shared.open(url!)
}
发布者:admin,转转请注明出处:http://www.yc00.com/web/1737921944a3997595.html
评论列表(0条)