@using IwbZero.ToolCommon.StringModel @using WeApp.Helpers @model string @{ string[] arr = Model.Split('#'); string groupNo = arr[0]; string id = $"scene-flow"; bool withScript = (arr.Length > 1 ? arr[1] : "").ValB(); int type = (arr.Length > 2 ? arr[2] : "").ValI(); string body = $"
" + //$"" + $"" + $"推演网图
" + $"
"; } @Html.Partial("__/_AreaBox", $"情景路径#{id}_{groupNo}#{body}") @if (withScript) { using (Html.BeginScripts()) { } } @using (Html.BeginScripts()) { }