Ai
1 Star 0 Fork 22

嘟嘟/PHPCMS V9.6.6 修改版

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
js.html 508 Bytes
Copy Edit Raw Blame History
找寻知音 authored 2021-06-30 10:57 +08:00 . 初始化仓库
<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/dlmshk/phpcms.git
git@gitee.com:dlmshk/phpcms.git
dlmshk
phpcms
PHPCMS V9.6.6 修改版
master

Search