changelog.php
来自「一个用PHP编写的」· PHP 代码 · 共 9 行
PHP
9 行
<?php// Simple script to set correct charset for changelog/* $Id: changelog.php,v 2.1 2004/06/24 09:24:46 nijel Exp $ */// vim: expandtab sw=4 ts=4 sts=4:header('Content-type: text/plain; charset=utf-8');readfile('ChangeLog');?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?