📄 field_edit_form.inc.php
字号:
<table cellpadding="2" cellspacing="1">
<tr>
<td>字段长度</td>
<td><input type="text" name="setting[size]" value="<?=$size?>" size="5"></td>
</tr>
<tr>
<td>文件下载方式</td>
<td><input type="radio" name="setting[downloadtype]" value="0" <?=($downloadtype == 0 ? 'checked' : '')?>/> 链接文件地址 <input type="radio" name="setting[downloadtype]" value="1" <?=($downloadtype == 1 ? 'checked' : '')?>/> 通过PHP读取</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -