yo.js 169 B

1234567
  1. $(function () {
  2. axios.get('json/index.json').then(({ data }) => {
  3. //console.log(JSON.stringify(data));
  4. //alert(data['ME'][0]['+好物']);
  5. })
  6. });