重构项目

This commit is contained in:
ExplodingDragon
2025-11-15 01:09:25 +08:00
parent d67dbf88ae
commit 3492dead8d
34 changed files with 715 additions and 444 deletions

View File

@@ -0,0 +1,7 @@
response.write("hello world")
console.log("hello world")
console.log(req.methaaod)
function aaa(){
throw Error("Method not implemented")
}
aaa()