📄 showpic.php
字号:
<?if ($_GET[act]=="ShowPic")
{
$PicURL=$_GET[PicURL];
?>
<table border="0" width="100%" height="100%">
<tr><td align=center><p><img src="<?=$PicURL?>"></p>
<p>[<font color=gray style="cursor:pointer" onclick=send_request('index.php?act=blank','PicShowed'),_gel('ShowPic').style.display='none'>返回文章</font>]</p></td></tr>
</table>
<?}?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -