linexpr.getvar()


linexpr.getvar()

Getvar.( 一世 )

从表达式的单个术语中检索变量对象。

返回值:

在索引处的术语变量一世在表达式中。

示例用法:

e = x + 2 * y + 3打印(e.getvar(1))