|
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 "自动表单";
}
?>
|
'>更改
| 删除
|