Files
gitea-pages/examples/JS/index.js
2025-11-17 17:33:40 +08:00

7 lines
189 B
JavaScript

response.write("hello world")
console.log("hello world")
function testError(){
throw Error("Method not implemented")
}
response.setHeader("content-type", "application/json")
testError()