javaScript鏈式調用

// 鏈式調用 const line = { init(val){ this.val = val; return this; }, add(next){ this.val += next; return this; },
相關文章
相關標籤/搜索