Create a GET request. import Http type Msg = GotText (Result Http.Error String) getPublicOpinion : Cmd Msg getPublicOpinion = Http.get { url ...
確定! 回上一頁