摘要:
using System;using System.Collections.Generic;using System.Text;using System.Net;using System.IO;using System.Web.Services.Description;using System.CodeDom;using Microsoft.CSharp;using System.CodeDom.Compiler;namespace TestClient{ public static class WebServiceHelper { /// <summary> ... 阅读全文