1 Star 0 Fork 32

守护幸福/PHPCMS V10 修改版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
js.html 508 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhaoxunzhiyin 提交于 2021-07-29 20:28 . 初始化仓库
<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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/liuyan814/phpcms.git
git@gitee.com:liuyan814/phpcms.git
liuyan814
phpcms
PHPCMS V10 修改版
master

搜索帮助