1 Star 0 Fork 9

frans/phpcmsv10

forked from 腾石科技/phpcmsv10 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
js.html 508 Bytes
一键复制 编辑 原始数据 按行查看 历史
<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/dafa168/phpcmsv10.git
[email protected]:dafa168/phpcmsv10.git
dafa168
phpcmsv10
phpcmsv10
master

搜索帮助