view : Model -> Html Msg view model = Html.div [Html.Events.on "load" (Decode.succeed DoOnLoadStuff)] [...] update : Msg -> Model -> (Model, ...
確定! 回上一頁