JavaScript 警告 – Date.prototype.toLocaleFormat 已弃用
此 JavaScript 警告Date.prototype.toLocaleFormat 已弃用;如果用户使用非标准 Date.prototype.toLocaleFormat 方法,请考虑使用 Intl.DateTimeFormat 。
信息:
Warning: Date.prototype.toLocaleFormat is deprecated; consider using Intl.DateTimeFormat instead
错误类型:
Warning. JavaScript execution won't be halted.
发生了什么?
在代码中使用了非标准的 Date.prototype.toLocaleFormat 方法,但它已被折旧。
例1:本例采用折旧法。所以发生了错误。
输出:
Warning: Date.prototype.toLocaleFormat is deprecated; consider using Intl.DateTimeFormat instead
例2:本例采用折旧法。所以发生了错误。
输出:
Warning: Date.prototype.toLocaleFormat is deprecated; consider using Intl.DateTimeFormat instead