2018-11-01から1ヶ月間の記事一覧
PlayGroundでHTTP通信 import UIKit import PlaygroundSupport PlaygroundPage.current.needsIndefiniteExecution = true let session = URLSession(configuration: .default) var urlComponents = URLComponents(string: "http://localhost/json")! urlComp…