摘要: function test(){ var message = "hi"; // 局部变量 } test(); alert(message); // 错误! 阅读全文
posted @ 2020-08-25 09:49 ThingJS_森友鹿锘 阅读(121) 评论(0) 推荐(0) 编辑