es6,es7,es8語法總結 =====>> (不按期更新)

ES6 1. var let constios let,const具備塊級做用域,不具備變量提高 const 用於不能被從新賦值的變量 2. 箭頭函數es6 咱們常常要給回調函數給一個父級的this 經常使用辦法就是 var self = this 定義一個變量接住他 使用 箭頭函數,this 將不會受到影響,能夠直接用this調用父級的this 3. 字符串web includes:
相關文章
相關標籤/搜索