if("" == 0){//结果为true
alert("空字符串等于0")
}
弱智笔记 js用==比较 空字符串==0,返回true
最新推荐文章于 2024-10-17 14:38:06 发布

if("" == 0){//结果为true
alert("空字符串等于0")
}