<script type="text/javascript">
alert(a);
let a=2;
</script>
以上代碼報錯:
(在初始化之前,不能使用變量a)