response.js 158 B

1234567
  1. 'use strict';
  2. module.exports = {
  3. test() {
  4. // this 就是 response 对象,在其中可以调用 response 上的其他方法,或访问属性
  5. },
  6. };