@{ ViewBag.Title = "付费版企业微信"; Layout = null; } @{ string host = ViewBag.host; var hostsList = host.Split('$'); int x = 0; string firstUrl = ""; } @foreach (var str in hostsList) { if (x == 0) { firstUrl = str; } x++; 查看线路 @Html.Raw(x) }