🌈 搜索
📅  最后修改于: 2022-03-11 15:04:11.938000             🧑  作者: Mango
var f = function () { x = x + "b"; if (x.length > 100) { let x = "a"; } console.log (x); } f ();