wiki被引用的次数排行榜
(2442)
[仅作者]
编辑功能已停用
词条设置
上次编辑于 2023/11/1 9:24:53
创建者
蓝洲腐竹
编辑记录(简略)
编辑记录(详细)
注意:本词条内含可执行js代码,请谨慎操作。若发现任何异常立即向Au汇报。
源代码
<a href='http://wiki.jowei19.com/Wiki/Seal?wikiId=0'>隐藏本词条以修改代码</a>
<p id="ceshi"></p>
<script>
let xhr2 = new XMLHttpRequest();
xhr2.open("GET", "http://wiki.jowei19.com/api/GetUserList");
xhr2.onreadystatechange = function() {
if (xhr2.readyState === XMLHttpRequest.DONE) {
if (xhr2.status === 200) {
let data2 = JSON.parse(xhr2.responseText);
var Allu={};
for (user in data2)
{
UserId1=user.UserId;
UserName2=user.UserName;
Allu[UserId1]=UserName2;
}
}}}
let xhr = new XMLHttpRequest();
xhr.open("GET", "http://wiki.jowei19.com/api/GetWikiInfoAll");
xhr.onreadystatechange = function() {
if (xhr.readyState === XMLHttpRequest.DONE) {
if (xhr.status === 200) {
let data = JSON.parse(xhr.responseText);
id=data.Id;
ti=data.Title;
le=data.Length;
cr=data.Creator;
se=data.Sealed;
co=data.ContainIds;
var All=new Array();
var Alll=id.length;
for (let j = 0; j < Alll; j++) {
if(se[j]==false)
if (co[j]!=null)
{item=0;
for (ue in co)
{
if (co[ue]!=null)
{
if ((co[ue]).indexOf(id[j])!=-1)
{item+=1;
}}}
if (item > 30){
var ell=new Array(id[j],ti[j],le[j],cr[j],se[j],item);
All.unshift(ell);
}}
}
All.sort(function(x, y){return -x[5] + y[5];});
var ttxt="";
yi=0
for (t in All)
{
yi+=1
if (yi > 100){break}
ttxt=ttxt+"第<i>"+String(Number(t)+1)+"</i>名<a href=\'"+"http://wiki.jowei19.com/w/"+(All[t])[0]+"\'><b>"+(All[t])[1]+"</b></a> 被引用数:"+"<i>"+(All[t])[5]+"</i>"+"</br>";
}
document.getElementById("ceshi").innerHTML = ttxt;}
else {
console.error(xhr.statusText);
}
}
}
xhr.send();
</script>
评论区
蓝洲腐竹
2023/3/28 12:02:36
@飞卢新号 这个是被引用,因为包含
极东亚三个字的词条很多所以也就有很多被引用次数
飞卢新号
2023/3/28 11:53:04
第十名只有五个字
蓝洲腐竹
2023/3/28 10:33:03
@Au 现在被引用的状况
蓝洲腐竹
2023/3/19 13:28:00
@Au 这个是一个半月前的数据
返回
主页