标签: javascript
我正在尝试使用变量分配变量名称,但它不起作用:
name_of_variable = abc; eval(name_of_variable) = 'simpleword'; console.log(abc);
我怎样才能让它发挥作用?