console.log怎么在console窗口输出信息

console.log怎么在console窗口输出信息

这篇文章主要介绍“console.log怎么在console窗口输出信息”,在日常操作中,相信很多人在console.log怎么在console窗口输出信息问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”console.log怎么在console窗口输出信息”的疑惑有所帮助!接下来,请跟着小编一起来学习吧!

console

console.log方法用于在 console 窗口输出信息。它可以接受多个参数,将它们的结果连接起来输出。

console.log怎么在console窗口输出信息

Math

属性

  • E

  • LN10

  • LN2

  • LOG2E

  • LOG10E

  • PI

  • SQRT1_2

  • SQRT2

以上属性的具体使用请参考ES5标准。

方法

  • abs

  • acos

  • asin

  • atan

  • atan2

  • ceil

  • cos

  • exp

  • floor

  • log

  • max

  • min

  • pow

  • random

  • round

  • sin

  • sqrt

  • tan

以上方法的具体使用请参考ES5标准。

JSON

方法

  • stringify(object): 将object对象转换为JSON字符串,并返回该字符串。

  • parse(string): 将JSON字符串转化成对象,并返回该对象。

示例代码:

console.log(undefined===JSON.stringify());console.log(undefined===JSON.stringify(undefined));console.log("null"===JSON.stringify(null));console.log("111"===JSON.stringify(111));console.log('"111"'===JSON.stringify("111"));console.log("true"===JSON.stringify(true));console.log(undefined===JSON.stringify(function(){}));console.log(undefined===JSON.parse(JSON.stringify()));console.log(undefined===JSON.parse(JSON.stringify(undefined)));console.log(null===JSON.parse(JSON.stringify(null)));console.log(111===JSON.parse(JSON.stringify(111)));console.log("111"===JSON.parse(JSON.stringify("111")));console.log(true===JSON.parse(JSON.stringify(true)));console.log(undefined===JSON.parse(JSON.stringify(function(){})));

Number

属性

  • MAX_VALUE

  • MIN_VALUE

  • NEGATIVE_INFINITY

  • POSITIVE_INFINITY

以上属性的具体使用请参考ES5标准。

Global

属性

  • NaN

  • Infinity

  • undefined

以上属性的具体使用请参考ES5标准。

方法

  • parseInt

  • parseFloat

  • isNaN

  • isFinite

  • decodeURI

  • decodeURIComponent

  • encodeURI

  • encodeURIComponent

到此,关于“console.log怎么在console窗口输出信息”的学习就结束了,希望能够解决大家的疑惑。理论与实践的搭配能更好的帮助大家学习,快去试试吧!若想继续学习更多相关知识,请继续关注恰卡编程网网站,小编会继续努力为大家带来更多实用的文章!

发布于 2022-03-09 22:50:26
收藏
分享
海报
0 条评论
24
上一篇:怎么获取小程序新增或活跃用户的画像分布数据 下一篇:在app.js里面配置了页面不能自动生成怎么解决
目录

    0 条评论

    本站已关闭游客评论,请登录或者注册后再评论吧~

    忘记密码?

    图形验证码