相当于Python中的MATLAB变量字段名称

时间:2014-09-11 18:57:04

标签: python

在MATLAB中,你可以这样做:

fldname = 'cost'; 
box.(fldname)  = 5;

然后box.cost5

我还想从box读取以下内容:

val = box.(fldname) #where fldname is set somewhere else like above

Python中是否有类似的能力?

0 个答案:

没有答案