mvc WebAPi學習,接口定義和前臺調用

實體類:前端  public class Contact     {         public int ID { get; set; }         public string Name { get; set; }         public string Sex { get; set; }         public DateTime Birthday { get; set; }  
相關文章
相關標籤/搜索