摘要:
1. Customer.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;namespace CSharp{ class Customer:IFormattable { public string Name { get; set; } public decimal Revenue { get; set; } public string ContactPhone { get; set; } string IFormattable.ToString(string format, I 阅读全文