class Api { static const String _host = "https://xx.com/news"; // 登录 static const String login = "${_host}login"; }