user.js 86 B

123456
  1. 'use strict';
  2. module.exports = [
  3. { '姓名': 'name' },
  4. { '电话': 'phone' },
  5. ];