📜  等号 vue js - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:36.828000             🧑  作者: Mango

代码示例1
== is used to compare whether the two are equal, ignoring the data type.

=== is used for more rigorous comparisons. Both the value and the data type 
    of the value need to be compared at the same time