定義jQuery 需要用到的型別名稱空間 declare namespace JQuery { // 定義基本使用的型別 type Selector = string; type TypeOrArray<T> = T | T[]; ...
確定! 回上一頁