未知题型
为了使用线程类,必须引入命名空间: using System. ;
【参考答案】
错误。为了使用线程类(`Thread`),必须引入命名空间 `using System.Threading;` 而不是 ......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
点击查看答案
