Exception:子程序(buttonForm)返回中止。解析表达式出错。
内部错误:Oops! The current expression is null. The error occurred for expression "label" at position 109 near "label+\":\"+v_Element[\"Data".
原始表达式:
v_Element.Remove("groups");
if(v_Element["Description"].ToString()==""){
v_Element["Description"]=label+":"+v_Element["Data"].ToString();
}
return v_Element;
开始位置:109
附近代码:label+\":\"+v_Element[\"Data(赋值)