Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 flextable,其中每一行中的一列都有一个文本区域,它根据行号命名。我想从每个文本区域检索数据并将其添加到电子表格中。以下不起作用: e.parameter.('name'+row); 任何人都可以请给我一个方法来做到这一点
括号,没有点 - e.parameter['name'+row];
e.parameter['name'+row];