let是命名局部变量,无法在别的作用域下调用。也就是说在一个function里面用let命名的变量,只能在这个function之中调用。上级作用域出现重名的情况我不确定,会使用哪个值。
2018-02-26
推荐阅读 https://github.com/sunmaobin/sunmaobin.github.io/issues/28
2018-02-26
BFC
https://www.w3cplus.com/css/understanding-block-formatting-contexts-in-css.html
https://www.w3cplus.com/css/understanding-block-formatting-contexts-in-css.html
2018-02-24
免费课果然还是有瑕疵的,哈哈哈,htmlWidth/200+"px",老师居然说基准值是3.2, 320/200不应该是等于1.6嘛?哈哈哈
2018-02-22