SNetUtil.d.ts 88 B

123
  1. export declare class SNetUtil {
  2. static downLoad(name: string, url: string): void;
  3. }