135 Star 374 Fork 97

刘地 / pkgdoc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
s.php 496 Bytes
一键复制 编辑 原始数据 按行查看 历史
myml 提交于 2015-04-27 19:00 . 修复搜索bug
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<?php
if($_GET['s']!=""){
echo '<a href="main.html"><h2>返回首页</h2></a>';
echo "搜索(",$_GET['s'],')结果如下:</br>';
foreach (glob("pkg/*.htm") as $name){
$s=file_get_contents($name);
$pos=strpos($s,$_GET['s']);
if ($pos!=false){
echo '<a href="',$name,'"><h2>',$name,'</h2></a> ...',substr($s,$pos-60,90),"<strong>",$_GET['s'],"</strong>",substr($s,$pos+strlen($_GET['s']),90),'...</br>';
}
}
}
?>
Go
1
https://gitee.com/liudiwu/pkgdoc.git
git@gitee.com:liudiwu/pkgdoc.git
liudiwu
pkgdoc
pkgdoc
master

搜索帮助