摘要:
exp.js export let a = 10; export let person = {name:'lily'} export function test(){console.log("hello");} export class Animal{ } index.js import {a} f 阅读全文
摘要:
eg.先获取商品详情,在获取商品评论 // es6 Promise let pro = new Promise((resolve,reject)=>{ $.ajax({ url:'http://localhoset:3000/goos_detail', data:{id:2}, dataType:' 阅读全文