using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Future.Platform { /// /// 分支支路:本质是IfCompare的另一种形式 /// internal class Case { } }