1 Star 0 Fork 20

gytlgac/PHPCMS V9.6.6 修改版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
js.html 508 Bytes
一键复制 编辑 原始数据 按行查看 历史
找寻知音 提交于 2021-05-11 17:06 . 初始化仓库
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<head><title>JS站群跨域</title></head>
<body onload="a()">
<script type="text/javascript">
function a(){
var q = location.search.replace('?','').split('|');
if (top.document.getElementById('comment_iframe')) top.document.getElementById('comment_iframe').height=(q[0] ? q[0] : '0');
if (top.document.getElementById('comment')) top.document.getElementById('comment').innerHTML=(q[1] ? q[1] : '0');
}
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/gytlgac/phpcms.git
git@gitee.com:gytlgac/phpcms.git
gytlgac
phpcms
PHPCMS V9.6.6 修改版
master

搜索帮助