GetAtt('itemname');
if($itname=='') echo "没指定";
else echo $itname;
?>
|
GetTagName()?>
|
GetAtt('type');
if(isset($fieldtypes[$ft])) echo $fieldtypes[$ft];
else echo "系统专用类型";
?>
|
GetAtt('autofield');
if($ft==''||$ft==0) echo "固化表单";
else echo "自动表单";
?>
|
[修改]
[删除]
|