首先创建一个iOS Application 选择Single View Application

ViewController.swift代码如下

在Main.storyboard里,拖入一个Web View

然后将WebView和ViewController里的wv,通过Referencing Outlets连接起来

使@IBOutlet var wv:UIWebView旁边的圆点变成实心的

接着运行,就可以看到模拟器里的WebView成功载入网页了

Leave a reply

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url=""> 

required