Query Selector not working on template literals

前端 未结 0 1174
心在旅途
心在旅途 2020-12-01 10:54

I have a script that renders some HTML content and looks like this.

renderJobs = async () => {
const jobs = await getJobs();
const view = `
    ${jobs.map(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题