保存进度!
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
 * @Author: Kane
 | 
					 * @Author: Kane
 | 
				
			||||||
 * @Date: 2023-02-09 22:14:30
 | 
					 * @Date: 2023-02-09 22:14:30
 | 
				
			||||||
 * @LastEditors: Kane
 | 
					 * @LastEditors: Kane
 | 
				
			||||||
 * @LastEditTime: 2023-02-20 00:19:23
 | 
					 * @LastEditTime: 2023-02-20 09:22:40
 | 
				
			||||||
 * @FilePath: /后端辅助工具/src/main.ts
 | 
					 * @FilePath: /后端辅助工具/src/main.ts
 | 
				
			||||||
 * @Description: 
 | 
					 * @Description: 
 | 
				
			||||||
 * 
 | 
					 * 
 | 
				
			||||||
@@ -11,22 +11,11 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
import dataTypes from "./DataType/DataType";
 | 
					import dataTypes from "./DataType/DataType";
 | 
				
			||||||
import { pakoTest } from "./gzip/PakoTest";
 | 
					import { pakoTest } from "./gzip/PakoTest";
 | 
				
			||||||
import {A,B} from "./DataType/Class";
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
const greetings = "hello, this is kane's typescript!";
 | 
					const greetings = "hello, this is kane's typescript!";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
console.log(greetings);
 | 
					console.log(greetings);
 | 
				
			||||||
console.log("all");
 | 
					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();
 | 
					//dataTypes();
 | 
				
			||||||
pakoTest();
 | 
					pakoTest();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user