欢迎来到
Iopk123451个人沙盒
<html>
<script>
(function() {
var count = document.cookie.split(';').filter(function(c) {
return c.trim().length > 0;
}).length;
document.getElementById('cookie-count').textContent = count;
document.getElementById('cookie-indicator').onclick = function() {
var cookies = document.cookie.split(';').map(c => c.trim()).filter(c => c.length > 0);
var div = document.createElement('div');
div.style.cssText = 'position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000;background:#fff;border:2px solid #0066cc;border-radius:10px;padding:20px;max-width:500px;max-height:70vh;overflow:auto;box-shadow:0 0 20px rgba(0,0,0,0.5);';
var html = '
🍪 Cookie列表
';
cookies.forEach(function(c) {
html += '
' + c + '
';
});
html += '<button onclick="this.parentElement.remove()" style="margin-top:15px;padding:8px 20px;background:#ff4444;color:#fff;border:none;border-radius:5px;cursor:pointer;">关闭</button>';
div.innerHTML = html;
document.body.appendChild(div);
div.onclick = function(e) { if(e.target === div) div.remove(); };
};
})();
</script>
</html>
“分类:宋代”的信息
跳转到导航
跳转到搜索
基本信息
| 显示标题 | 分类:宋代 |
| 默认排序键 | 宋代 |
| 页面长度(字节) | 0 |
| 命名空间ID | 14 |
| 命名空间 | 分类 |
| 页面ID | 0 |
| 页面内容语言 | zh-cn - 中文(中国大陆) |
| 页面内容类型 | wikitext |
| 爬虫索引 | 不允许 |
| 指向该页面的重定向数 | 0 |
分类信息
| 总成员数 | 1 |
| 页面数 | 1 |
| 子分类数 | 0 |
| 文件数 | 0 |
页面保护
| 创建 | 允许所有用户(无限期) |