class Info { constructor() { this.getInfo(); } async getInfo() { var res = await indexServe.info({ url: query("url") }); $(".cpc_c1 h2").text(res.title) $(".cpc_c1 .time").text(res.posttime) res.Statistics.forEach(v => { $(".yyinfos").append(`
${v.step_text}
` }