This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
sckj
/
info_admin
Tarkkaile
2
Äänestä
1
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
28d8b25fa3
Branchit
Tagit
master
info_admin
/
app
/
extend
/
response.js
response.js
158 B
Historia
Raaka
1
2
3
4
5
6
7
'use strict';
module.exports = {
test() {
// this 就是 response 对象,在其中可以调用 response 上的其他方法,或访问属性
},
};