js中的裝飾器執行順序

/** * 執行順訊 * [(property)...]->[(parameter->method)...]->constructor->class * [屬性...]->[((方法參數...)->方法)...]->[constructor...]->class * 聲明週期 property|parameter|method|constructor|class * 聲明週期 [始化完畢]init->[屬性添加]add->[屬性刪除]delete->[屬性更新]update->[方法調用]call * [開始前]:start->[進行中]:runing->[結束]:end */
複製代碼
相關文章
相關標籤/搜索