forked from x/volcanos
opt some
This commit is contained in:
parent
0d3dd49fb7
commit
7248440b6e
@ -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++) {
|
||||
|
@ -12,7 +12,7 @@ h1, h2, h3 {
|
||||
h1:hover, h2:hover, h3:hover {
|
||||
background:green; cursor:pointer;
|
||||
}
|
||||
div.hide {
|
||||
.hide {
|
||||
display:none;
|
||||
}
|
||||
div.item {
|
||||
|
Loading…
x
Reference in New Issue
Block a user