This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
sckj
/
info_admin
Seguir
2
Destacar
1
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
34b1146a92
Ramas
Etiquetas
master
info_admin
/
app
/
extend
/
response.js
response.js
158 B
Histórico
Raw
1
2
3
4
5
6
7
'use strict';
module.exports = {
test() {
// this 就是 response 对象,在其中可以调用 response 上的其他方法,或访问属性
},
};