StreamWriter 未定义类型

2024-12-28 20:20:18
推荐回答(2个)
回答1:

你要引入
using System.IO;

回答2:

楼上正解。
using System.IO;