a = b; if (a) { // ... }
等价于
if (a = b) { // ... }
本文标题:闲言碎语
本文链接:https://www.haomeiwen.com/subject/okwjaftx.html
网友评论