From a97d222486d35657ba995860463c10c97764fd42 Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Mon, 20 Feb 2023 18:01:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/ts/后端辅助工具/src/main.ts | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/code/ts/后端辅助工具/src/main.ts b/code/ts/后端辅助工具/src/main.ts index f266ebd..207dfe4 100644 --- a/code/ts/后端辅助工具/src/main.ts +++ b/code/ts/后端辅助工具/src/main.ts @@ -2,7 +2,7 @@ * @Author: Kane * @Date: 2023-02-09 22:14:30 * @LastEditors: Kane - * @LastEditTime: 2023-02-20 00:19:23 + * @LastEditTime: 2023-02-20 09:22:40 * @FilePath: /后端辅助工具/src/main.ts * @Description: * @@ -11,22 +11,11 @@ import dataTypes from "./DataType/DataType"; import { pakoTest } from "./gzip/PakoTest"; -import {A,B} from "./DataType/Class"; const greetings = "hello, this is kane's typescript!"; console.log(greetings); console.log("all"); -const _a:A = new A(); -const _b:B = new B(); - -B._x = "B"; - -console.log(A._x); -console.log(B._x); - - - //dataTypes(); pakoTest();