摘要:
using System;using Microsoft.CSharp;using System.CodeDom.Compiler;using System.CodeDom;namespace Test.CUI{ class Program { static void Main() { // 创建编译器对象 CSharpCodeProvider p = new ... 阅读全文
posted @ 2007-07-24 13:03
kyovcs
阅读(314)
评论(0)
推荐(0)