# pagecode **Repository Path**: we-blog/pagecode ## Basic Information - **Project Name**: pagecode - **Description**: No description available - **Primary Language**: PHP - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-23 - **Last Updated**: 2021-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
如何使用:
1、将页面源代码的主体代码用div包裹起来; ```html
```2、将代码加入一个php页面底部,调用函数 ```php require_once(dirname(__FILE__) . '/include/pagecode.php'); pagecode(__FILE__); ```