DEP0162: fs.write()、fs.writeFileSync() 强制转换为字符串
类型: 仅文档
不推荐使用具有自己 toString
属性的对象的隐式强制转换,作为 fs.write()
、fs.writeFile()
、fs.appendFile()
、fs.writeFileSync()
和 fs.appendFileSync()
中的第二个参数传入。
将它们转换为原始字符串。
Type: Documentation-only
Implicit coercion of objects with own toString
property, passed as second
parameter in fs.write()
, fs.writeFile()
, fs.appendFile()
,
fs.writeFileSync()
, and fs.appendFileSync()
is deprecated.
Convert them to primitive strings.