Skip to content

Instantly share code, notes, and snippets.

@lizheming
Created October 2, 2010 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lizheming/607676 to your computer and use it in GitHub Desktop.
Save lizheming/607676 to your computer and use it in GitHub Desktop.
<code lang="php">
<?php
require_once("read.php"); //如果不是在首页调用的话则read.php替换为"你的typecho地址+read.php"
echo readit();
?>
</code>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment