浏览:天梯榜

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
浏览:天梯榜 [2021/12/28 20:43] – 创建 yx5932浏览:天梯榜 [2022/02/10 12:52] (当前版本) yx5932
行 1: 行 1:
-<html> +====== 天梯榜 =====
-<head> +天梯榜实时收录三大服务器中所有大师及以上段位玩家的排名情况(数数有多少熟悉的国人玩家吧)。
-<script type="text/javascript" src="jquery-3.6.0.js"></script> +
-<script type="text/javascript"> +
- jQuery.noConflict(); +
- jQuery(document).ready(function($) { +
-  htmlobj=$.ajax({url:"https://americas.api.riotgames.com/lor/ranked/v1/leaderboards?api_key=RGAPI-0c921b49-f811-4c8d-b4d9-35a102447d89",async:false}); +
-  leaderboard htmlobj.responseText; +
-  leaderboard2 leaderboard.substring(12,leaderboard.length-1); +
-   leaderboard_json = JSON.parse(leaderboard2);+
  
-  var s = ""; +你也可以直接访问[[http://rank.loryx.wiki/|rank.loryx.wiki]],将其添至书签,方便下次直接查看实时天梯榜。
-  for(var i = 0; i < leaderboard_json.length; i++) { +
-    s = "<tr><td>" + (leaderboard_json[i].rank+1) + "</td><td>" + leaderboard_json[i].lp + "</td><td>"+
-            leaderboard_json[i].name + "</td></tr>"; +
-    $("#tab").append(s); +
-  } +
-  }); +
-</script> +
-<style type="text/css"> +
-html, body { +
-    margin: 0; +
-    padding: 0; +
-+
-body { +
-    background: #fff; +
-    font: 14px/1.5 "微软雅黑"; +
-+
-a { +
-    text-decoration: none; +
-+
-table { +
-    width: 90%; +
-    border: 1px solid #c3dcf5; +
-    margin: 10px auto; +
-    border-collapse: collapse;/*合单边框*/ +
-+
-thead th { +
-    background: #ebf5ff; +
-    text-align: center; +
-    color: #5591be; +
-+
-td { +
-    color: #263d63; +
-    border: 1px solid #c3dcf5; +
-    padding: 4px 14px; +
-    text-align: center; +
-+
-/*方法一*/ +
-/*tr.odd td { +
-    background-color: #f7fbff; +
-}*//*增背景色使得应用该规则的行表现出隔行换色的效果*/ +
- +
- +
-     +
-/*法二*/ +
-tr:nth-of-type(even) { +
-    background-color: #ebf5ff; +
-}/*设置偶数行背景色*/ +
-tr:nth-of-type(odd) { +
-    background-color: #f7fbff; +
-}/*设置奇数行背景色*/ +
- +
-</style> +
-</head> +
- +
-<body> +
- +
-<table border="1px" id="tab"> +
-  <tr> +
-    <td scope="col"><strong>排名</strong></td> +
-    <td scope="col"><strong>LP</strong></td> +
-    <td scope="col"><strong>昵称</strong></td> +
-  </tr> +
-</table> +
-</body> +
-</html>+
  
 +{{tabinclude>浏览:天梯榜:美洲,浏览:天梯榜:欧洲,浏览:天梯榜:亚太}}
  • 浏览/天梯榜.1640695387.txt.gz
  • 最后更改: 2021/12/28 20:43
  • yx5932