This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
sckj
/
XY_info_admin
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Branch:
master
Branches
Tags
master
XY_info_admin
/
app
/
extend
/
response.js
response.js
158 B
Permalink
Verlauf
Originalformat
1
2
3
4
5
6
7
'use strict';
module.exports = {
test() {
// this 就是 response 对象,在其中可以调用 response 上的其他方法,或访问属性
},
};