
- 帖子
- 24
- 积分
- 36
- 技术
- 0
- 捐助
- 0
- 注册时间
- 2022-7-28
|
回复 22# flashercs
请老师看看,
方法调用失败,因为 [System.String] 不包含名为“IsNullOrWhiteSpace”的方法。
所在位置 行:12 字符: 35
+ if ([string]::IsNullOrWhiteSpace <<<< ($line)) {
+ CategoryInfo : InvalidOperation: (IsNullOrWhiteSpace:String) []
, RuntimeException
+ FullyQualifiedErrorId : MethodNotFound
方法调用失败,因为 [System.IO.BinaryWriter] 不包含名为“Dispose”的方法。
所在位置 行:24 字符: 18
+ $bw.Dispose <<<< ()
+ CategoryInfo : InvalidOperation: (Dispose:String) [], RuntimeEx
ception
+ FullyQualifiedErrorId : MethodNotFound |
|