Console.warn() - Web API 接口参考 编辑
向 Web 控制台输出一条警告信息。
Note: 此特性在 Web Worker 中可用。 Note: 在火狐浏览器里,警告会有一个小感叹号图标在 Web 控制台信息前面。语法
console.warn(obj1 [, obj2, ..., objN]); console.warn(msg [, subst1, ..., substN]);
参数
obj1
...objN
- 要输出的 Javascript 对象列表。其中每个对象会以字符串的形式按照顺序依次输出到控制台。
msg
- 一个 JavaScript 字符串,其中包含零个或多个替代字符串。
subst1
...substN
- 零个或多个 Javascript 对象 依次替换 msg 中的替代字符串,你可以在替代字符串中指定对象的输出格式。
查看 向控制台输出文本 来了解更多 console
的用法。
规范
Specification | Status | Comment |
---|---|---|
Console API console.warn() | Living Standard | Initial definition |
浏览器兼容
We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|---|
Basic support | (Yes) | (Yes) | 4.0 (2.0) | 8 | (Yes) | (Yes) |
Substitution strings | ? | (Yes) | 9.0 (9.0) | ? | ? | ? |
Available in workers | ? | (Yes) | 38.0 (38.0) | ? | ? | ? |
Feature | Android | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|---|
Basic support | ? | (Yes) | 4.0 (2.0) | ? | ? | ? |
Substitution strings | ? | (Yes) | 9.0 (9.0) | ? | ? | ? |
Available in workers | ? | (Yes) | 38.0 (38.0) | ? | ? | ? |
相关链接
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论