随笔分类 -  javascript学习

摘要:var a = 123; var代表变量,a代表变量名,=赋值符,123代表number类型赋值 通过typeof可以进行变量类型查询 vara="hello world" console.log(typeofa) 输出结果:> string var a = "hello \"world\"" co 阅读全文
posted @ 2022-04-19 00:42 水墨ye 阅读(76) 评论(0) 推荐(0)