重构项目
This commit is contained in:
7
examples/QuickJS/index.js
Normal file
7
examples/QuickJS/index.js
Normal 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()
|
||||
Reference in New Issue
Block a user