1
0
forked from x/volcanos
This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-01-09 14:56:59 +08:00
parent 0d3dd49fb7
commit 7248440b6e
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ Volcanos("base", {help: "数据类型",
return res.join("&")
},
MergeURL: function(url) {
var args = {}; (url.split("?")[1]||"").split("&").forEach(function(item) {
var args = {}; (url.split("?")[1]||"").split("&").forEach(function(item) { if (!item) { return }
var ls = item.split("="); args[decodeURIComponent(ls[0])] = decodeURIComponent(ls[1])
})
for (var i = 1; i < arguments.length; i++) {

View File

@ -12,7 +12,7 @@ h1, h2, h3 {
h1:hover, h2:hover, h3:hover {
background:green; cursor:pointer;
}
div.hide {
.hide {
display:none;
}
div.item {