240 发简信
IP属地:广东
  • new Function()创建函数的语法

    let str = ' return '+'`Hello ${name}!`' let fn = new Function('name',str...