摘要:
public class listGageData { public string gcustName { set; get; } public string gcustIdtype { set; get; } public string gcustIdno { set; get; } public 阅读全文
摘要:
/// <summary> /// Get函数 /// </summary> /// <param name="url"></param> /// <returns></returns> private string GetHttp(string url) { string content = "" 阅读全文