保存进度!
This commit is contained in:
5
code/ts/后端辅助工具/src/DataType/Interface.ts
Normal file
5
code/ts/后端辅助工具/src/DataType/Interface.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
interface document
|
||||
{
|
||||
getElementById(id: string): HTMLElement | null;
|
||||
}
|
Reference in New Issue
Block a user