2022年5月25日
摘要:
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>回顾Object.defineproperty方法</title> </head> <body> <script type="text/javascript" > let nu
阅读全文
posted @ 2022-05-25 17:00
weakup
阅读(16)
推荐(0)
2022年5月24日
摘要:
https://juejin.cn/post/6844903930216841230
阅读全文
posted @ 2022-05-24 19:04
weakup
阅读(21)
推荐(0)
摘要:
https://blog.csdn.net/m0_48850204/article/details/122862263
阅读全文
posted @ 2022-05-24 17:34
weakup
阅读(35)
推荐(0)
摘要:
## 数据类型的分类和判断 * 基本(值)类型 * Number 任意数值 typeof * String 任意字符串 typeof * Boolean true/false typeof * undefined undefined typeof/ * null null * 对象(引用)类型 *
阅读全文
posted @ 2022-05-24 17:32
weakup
阅读(27)
推荐(0)
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>关于赋值和内存的问题</title> </head> <body> <!-- 问题: var a = xxx, a内存中到底保存的是什么? * xxx是基本数据
阅读全文
posted @ 2022-05-24 11:06
weakup
阅读(10)
推荐(0)
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>02_关于引用变量赋值问题</title> </head> <body> <!-- 关于引用变量赋值问题 * 2个引用变量指向同一个对象, 通过一个变量修改对象
阅读全文
posted @ 2022-05-24 11:06
weakup
阅读(13)
推荐(0)
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>02_数据_变量_内存</title> </head> <body> <!-- 1. 什么是数据? * 存储在内存中代表特定信息的'东东', 本质上是0101.
阅读全文
posted @ 2022-05-24 10:33
weakup
阅读(29)
推荐(0)
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>01_相关问题</title> </head> <body> <!-- 1. undefined与null的区别? * undefined代表定义未赋值 * n
阅读全文
posted @ 2022-05-24 10:15
weakup
阅读(20)
推荐(0)
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>01_数据类型</title> </head> <body> <!-- 1. 分类 * 基本(值)类型 * String: 任意字符串 * Number: 任意
阅读全文
posted @ 2022-05-24 10:15
weakup
阅读(16)
推荐(0)
2022年5月22日
摘要:
https://www.cnblogs.com/zytcomeon/p/13801461.html
阅读全文
posted @ 2022-05-22 17:40
weakup
阅读(22)
推荐(0)