解决的方法也是请教了老师,经老师调试过才得出的解决方法.(因在ConsoleKey的枚举中无Ctrl此键)
总结的心得是,单步调试方法确实是有效解决问题的路径.
1
using System;
2
using System.Collections.Generic;
3
using System.Text;
4
5
namespace 用CSharp实现DOS命令Copy_con
6
2
3
4
5
6