2022年12月2日
摘要: 1,javaSript var str1="123"; var str2="123"; console.log(str1==str2);//true console.log(str1 str2);//true 这个没什么要说的 js里面引入了严格执行的 符号,两个等号和三个等号的区别在于 1,"== 阅读全文
posted @ 2022-12-02 16:03 你说我叫啥1998 阅读(151) 评论(0) 推荐(0) 编辑