<tfoot id='vyDbU'></tfoot><legend id='vyDbU'><style id='vyDbU'><dir id='vyDbU'><q id='vyDbU'></q></dir></style></legend>
          <bdo id='vyDbU'></bdo><ul id='vyDbU'></ul>

        <small id='vyDbU'></small><noframes id='vyDbU'>

      1. <i id='vyDbU'><tr id='vyDbU'><dt id='vyDbU'><q id='vyDbU'><span id='vyDbU'><b id='vyDbU'><form id='vyDbU'><ins id='vyDbU'></ins><ul id='vyDbU'></ul><sub id='vyDbU'></sub></form><legend id='vyDbU'></legend><bdo id='vyDbU'><pre id='vyDbU'><center id='vyDbU'></center></pre></bdo></b><th id='vyDbU'></th></span></q></dt></tr></i><div id='vyDbU'><tfoot id='vyDbU'></tfoot><dl id='vyDbU'><fieldset id='vyDbU'></fieldset></dl></div>

        js内置对象 学习笔记

        时间:2023-12-11
        <tfoot id='mD6tr'></tfoot>

        <small id='mD6tr'></small><noframes id='mD6tr'>

        <i id='mD6tr'><tr id='mD6tr'><dt id='mD6tr'><q id='mD6tr'><span id='mD6tr'><b id='mD6tr'><form id='mD6tr'><ins id='mD6tr'></ins><ul id='mD6tr'></ul><sub id='mD6tr'></sub></form><legend id='mD6tr'></legend><bdo id='mD6tr'><pre id='mD6tr'><center id='mD6tr'></center></pre></bdo></b><th id='mD6tr'></th></span></q></dt></tr></i><div id='mD6tr'><tfoot id='mD6tr'></tfoot><dl id='mD6tr'><fieldset id='mD6tr'></fieldset></dl></div>
              <legend id='mD6tr'><style id='mD6tr'><dir id='mD6tr'><q id='mD6tr'></q></dir></style></legend>

                  <tbody id='mD6tr'></tbody>
                  <bdo id='mD6tr'></bdo><ul id='mD6tr'></ul>
                • 我们来详细讲解一下JS内置对象的学习笔记。

                  标准内置对象

                  JS内置对象指的是在JS语言标准中定义的对象,以全局作用域之下的属性形式存在。可以分为以下几类:

                  • 基本数据类型(Number、String、Boolean、Symbol、BigInt、null、undefined)
                  • 内置对象(Array、Date、RegExp、Promise、Proxy、Map、Set等等)
                  • 宿主对象(由运行环境提供的对象,例如浏览器中的window对象等)

                  这里我们主要介绍JS标准内置对象。

                  Math对象

                  Math是JS内置对象之一,提供数学运算的方法和常数。Math对象并不是一个构造函数,所以不能像其他对象那样使用new运算符来创建实例。Math对象中的方法都是直接通过Math对象来调用的。

                  使用示例:

                  // 计算正弦值
                  Math.sin(2 * Math.PI / 180); // 0.03489949670250097
                  
                  // 计算圆周率
                  Math.PI; // 3.141592653589793
                  

                  String对象

                  String也是JS内置对象之一,表示字符串。String对象的方法让你能够执行字符串的操作和操作。

                  使用示例:

                  // 查找字符串中的子串
                  const str = "hello world";
                  str.indexOf("world"); // 6
                  
                  // 将字符串转为大写
                  "hello world".toUpperCase(); // `HELLO WORLD`
                  

                  参考资料

                  官方文档:标准内置对象。

                  以上就是JS内置对象的学习笔记,希望对你有所帮助。

                  上一篇:如何使用GSON解析JSON数据 下一篇:整理Javascript基础语法学习笔记

                  相关文章

                • <tfoot id='fBOud'></tfoot>

                  1. <small id='fBOud'></small><noframes id='fBOud'>

                  2. <i id='fBOud'><tr id='fBOud'><dt id='fBOud'><q id='fBOud'><span id='fBOud'><b id='fBOud'><form id='fBOud'><ins id='fBOud'></ins><ul id='fBOud'></ul><sub id='fBOud'></sub></form><legend id='fBOud'></legend><bdo id='fBOud'><pre id='fBOud'><center id='fBOud'></center></pre></bdo></b><th id='fBOud'></th></span></q></dt></tr></i><div id='fBOud'><tfoot id='fBOud'></tfoot><dl id='fBOud'><fieldset id='fBOud'></fieldset></dl></div>

                        <bdo id='fBOud'></bdo><ul id='fBOud'></ul>
                      <legend id='fBOud'><style id='fBOud'><dir id='fBOud'><q id='fBOud'></q></dir></style></legend>