
这应该工作。
using System.Runtime.InteropServices;private void Form1_Load(object sender, EventArgs e){ AllocConsole();}[Dllimport("kernel32.dll", SetLastError = true)][return: MarshalAs(UnmanagedType.Bool)]static extern bool AllocConsole();欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)