摘要: using System;using System.Collections.Generic;using System.Text; namespace XinWin.Common{ public enum CodeSet { CodeA , CodeB // ,CodeC // not supported } /// /... 阅读全文