This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
sckj
/
info_admin
Obserwuj
2
Polub
1
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
info_admin
/
app
/
extend
/
response.js
response.js
158 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
'use strict';
module.exports = {
test() {
// this 就是 response 对象,在其中可以调用 response 上的其他方法,或访问属性
},
};