🌈 搜索
📅  最后修改于: 2022-03-11 14:49:09.495000             🧑  作者: Mango
the operator '==' only check equality and '===' check type and equality 0 == '0' => true 0 === '0' => false