UNPKG

zoomla

Version:

16年专业研发|中文alexa排名第一的CMS品牌-基于dotNET core、功能强大,集成站群、微信开发、小程序与ERP及OA办公系统,支持国际语言和多民族语言,世界五百强与大型门户专用高端网站内核CMS系统

30 lines (29 loc) 1.26 kB
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="renderer" content="webkit"> <title>Loading...</title> <link href="/dist/css/zico.min.css" rel="stylesheet" /> <script> function getParam(paramName) { paramValue = ""; isFound = false; if (this.location.search.indexOf("?") == 0 && this.location.search.indexOf("=") > 1) { arrSource = decodeURI(this.location.search).substring(1, this.location.search.length).split("&"); i = 0; while (i < arrSource.length && !isFound) { if (arrSource[i].indexOf("=") > 0) { if (arrSource[i].split("=")[0].toLowerCase() == paramName.toLowerCase()) { paramValue = arrSource[i].split("=")[1]; isFound = true; } } i++; } } return paramValue; } function init() { var remind = getParam("r"); if (remind && remind != "") { document.getElementById("remind_sp").innerText = decodeURI(remind); } } </script> </head> <body onload="init();"> <div style="position:absolute;top:30%;left:40%;"><span id="remind_sp"></span><i class="zi zi_spinner zi_spin" style="font-size:3rem"></i></div> </body> </html>