📄 images.php.svn-base
字号:
<?phpheader("Content-type: text/xml; charset=utf-8");require('../config.php');require('images.inc.php');?><gallery path="<?php echo $path ?>" pre="<?php echo $img_pre_path ?>"><?php if (count($subdirs)>0){ ?><folders><?php foreach ($subdirs as $i => $value){ ?><folder><?php echo $value ?></folder><?php } ?></folders><?php } ?><?php if (count($imgs)>0){ ?><images><?php foreach ($imgs as $i => $value){ ?><image><?php echo $value ?></image><?php } ?></images><?php } ?></gallery>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -