Files
gitea-pages/examples/QuickJS/index.js
ExplodingDragon 7bfcb495f4 新增部分测试
2025-11-15 01:21:16 +08:00

7 lines
160 B
JavaScript

response.write("hello world")
console.log("hello world")
console.log(req.methaaod)
function testError(){
throw Error("Method not implemented")
}
testError()