美文网首页
URLSessionDataTask和 URLSessionDo

URLSessionDataTask和 URLSessionDo

作者: ngugg | 来源:发表于2018-10-15 15:50 被阅读11次

For small interactions with remote servers, you can use the URLSessionDataTask class to receive response data into memory(as opposed to using the URLSessionDownloadTask class, which stores the data directly to the file system). A data task is ideal for uses like calling a web service endpoint.

相关文章

网友评论

      本文标题:URLSessionDataTask和 URLSessionDo

      本文链接:https://www.haomeiwen.com/subject/bibfzftx.html