当前位置 : 主页 > 手机开发 > ios >

xamarin.ios – Monotouch中的NSString.stringWithContentsOfURL相当于什么?

来源:互联网 收集:自由互联 发布时间:2021-06-11
我在Monotouch中缺少NSString.stringWithContentsOfURL.它存在吗? 更简单: string msg = new WebClient ().DownloadString ("http://www.google.com");
我在Monotouch中缺少NSString.stringWithContentsOfURL.它存在吗? 更简单:

string msg = new WebClient ().DownloadString ("http://www.google.com");
网友评论