view.thtml.svn-base
来自「j2me is based on j2mepolish, client & se」· SVN-BASE 代码 · 共 15 行
SVN-BASE
15 行
<?php if (isset($content_type)) { header("Content-type: {$content_type}"); } if (isset($content_length)) { header("Content-Length: {$content_length}"); } if (isset($content_disposition)) { header("Content-Disposition: {$content_disposition}"); } echo $content;?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?