概述
使用 Ports 的模块应该在其模块定义中包含 port 关键字。
port module Main exposing (..)
使用 Html.App.beginnerProgram 的端口是不可能的,因为它不允许使用订阅或命令。
端口集成在 Html.App.program 或 Html.App.programWithFlags 的更新循环中。
注意
榆树 0.18 中的 program 和 programWithFlags 位于包装 Html 内,而不是 Html.App。