es6經常使用特性學習總結

經常使用到的es6方法,或者說20%的內容,可是在實際應用場景中佔了80%的內容。 一、默認參數javascript es5寫法: var link = function(height, color) { var height = height || 50, color = color || 'red'; ... } ************************
相關文章
相關標籤/搜索