tip:数据的定义需要在对应ts中进行,调用在html中 定义数组: ts中 public arr =["111","222","333"]; html中 <li *ngFor="let item of arr">{{item}}</li> 指定数据类型 ts中 public list:any[]=["我是1号",“我是2号”,“我是3号”]: public items:Array…
新建类,int[]数组模型绑定 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; namespace Koukou.Admin.ModelBinder { public class IntArrayModelBinder : DefaultModelBinder { public override object BindModel(C…