此内容没有您所选择的语言版本。13.36. Conditional Element Eval Examples This is what eval looks like in use: p1 : Parameter() p2 : Parameter() eval( p1.getList().containsKey( p2.getItem() ) ) p1 : Parameter() p2 : Parameter() // call function isValid in the LHS eval( isValid( p1, p2 ) ) Report a bug 前一个下一个