00533

源页面
2021年1月21日
修订 7
评分
206
↑ 219
↓ 15
支持率
94%
总票数 234
Wilson 95% 下界
89.7%
在相同票数下更稳健的支持率估计
争议指数
0.240

评分趋势

按周聚合
加载图表中...

最近修订

1 / 3
SOURCE_CHANGED
3 个月前
SOURCE_CHANGED
6 个月前
SOURCE_CHANGED
4 年前

最近投票

1 / 24
2025-09-04
2025-08-19
2025-07-12
2025-07-08
2025-07-02
2025-05-27
2025-04-30
2025-04-07

相关页面

暂无推荐

页面源码

content: "**项目描述:**一个 --评分模块-- 冒牌的评分模块,总会对吸引附近的 --写手-- 人点 //“upvote”// 或 //“downvote”// 成瘾。\n**回收日期:**20██/██/██\n**回收地点:**--Dr.Rogerの人事页里-- --Site-CN-999-- 鬼知道你哪里还会不小心碰到它\n**当前状态:**本页面,刚刚出现\n**笔记:**目前我尚没有戒断反应 ——项目主管 Dr.Roger\n------\n[[=]]\n[[collapsible show=\"○ 评分?\" hide=\"● 看吧,我说啥了?\"]]\n[[html]]\n<!DOCTYPE html>\n<html>\n<center>\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <style>\n        body{\n            background-color: black;\n        }\n        div{\n            width: 170px;\n            height:20px;\n            background-color:brown;\n            border-radius:5px;\n            font-size: 0;\n            overflow: hidden;\n        }\n        p{\n            width:80px;\n            height:20px;\n            font-size:15px;\n            color:white;\n            font-weight:bold;\n            line-height:20px;\n            display:inline-block;\n            text-align:center;\n            vertical-align: top;\n            margin: 0;\n            padding: 0;\n        }\n        button{\n            width:30px;\n            height:19px;\n            background-color: papayawhip;\n            display:inline-block;\n            font-size:13px;\n            line-height:20px;\n            text-align:center;\n            vertical-align: top;\n            border: none;\n            outline: none;\n            background-color:white;\n            color: brown;\n            margin: 0.5px 0;\n        }\n        div>button:nth-of-type(3){\n            background-color: brown;\n            color: lightgray;\n            font-size: 20px;\n            margin: 0;\n            height: 20px;\n        }\n    </style>\n</head>\n<body>\n    <div>\n        <p>评分:<span>0</span></p>\n        <button>+</button>\n        <button>-</button>\n        <button>×</button>\n    </div>\n    <script src=\"https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js\"></script>\n    <script>\n        $(\"button\").click(function(){\n            var i=$(this).index();\n            var n=$(\"p>span\");\n            var m=parseInt($(\"p>span\").html());\n            if(m>98){\n                m=98;\n            }\n            else if(m<-98){\n                m=-98;\n            }\n            switch(i){\n                case 1:\n                n.html(m+1);\n                break;\n                case 2:\n                n.html(m-1);\n                break;\n                case 3:\n                n.html(0);\n           }\n        });\n        \n    </script>\n</body>\n</center>\n</html>\n[[/html]]\n[[/collapsible]]\n[[/=]]"