1 Star 3 Fork 3

jianggle / phpcms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
js.html 511 Bytes
一键复制 编辑 原始数据 按行查看 历史
jianggle 提交于 2020-10-28 17:24 . 移动位置
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<head><title>V9 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>
PHP
1
https://gitee.com/jianggle/phpcms.git
git@gitee.com:jianggle/phpcms.git
jianggle
phpcms
phpcms
master

搜索帮助