我正在使用Firestore云功能并面对
状态为“超时”。
所有操作和结果均正常运行。 但是这个错误让我烦恼。
Cannot convert value "System.Object[]" to type "System.Xml.XmlDocument". Error: "The '=' character, hexadecimal value 0
x3D, cannot be included in a name. Line 5, position 19."
At line:1 char:1
+ [xml]$bar = Get-Content test2.xml
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : MetadataError: (:) [], ArgumentTransformationMetadataException
+ FullyQualifiedErrorId : RuntimeException
我确实尝试使用res.send(200),但是它破坏了我的函数形式 出现错误
ReferenceError:未定义res