這是我的非反應式代碼,工作得很好。 FUNC getLatestHtml2(){ Alamofire.request("https://www.everfest.com/fest300").responseString { response in
print("\(response.result.isSuccess)")
if let html = response.resul
當我試圖編譯下面的代碼,我得到一個錯誤: Ambiguous reference to member 'json(::parameters:encoding:headers:)' 的代碼被複制和從RxAlamofire Github上庫頁 import RxSwift
import RxAlamofire
class CurrencyRest {
static func get