⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 url.js

📁 This Tetris-Clone was assembled from one ATmega8, 240 red LEDs, a few BJTs, a few IC s and some push
💻 JS
字号:
var URL = {  input: new Array(),  getVariables: function()  {    // is there a ? in the url    var is_input = document.URL.indexOf('?');    if (is_input < 0) {      return;    }    return (document.URL.substring(is_input+1, document.URL.length)).toQueryParams();  }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -