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 "自動表單";
?>
|
[修改]
[刪除]
|