-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[js] 第75天 js中=、==、===三个的区别是什么?并说明它们各自的工作过程 #523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
建议:平时编码应该尽量使用 |
|
|
(1) (2) 1 == true;
//策略
1 == Number(true); //true (3) |
|
1:=是赋值操作符 |
Uh oh!
There was an error while loading. Please reload this page.
第75天 js中=、==、===三个的区别是什么?并说明它们各自的工作过程
The text was updated successfully, but these errors were encountered: