代码整理

This commit is contained in:
暮光:城中城
2018-12-08 14:59:26 +08:00
parent 67c584761d
commit 6465d3c412
80 changed files with 2043 additions and 882 deletions

View File

@@ -4,6 +4,14 @@
* @since 2017年5月7日
*/
var ctx = "/";
var statics = "/statics/";
window.onload=function(){
ctx = getCookie("ctx");
statics = ctx + "statics/";
}
function serialize(value) {
if (typeof value === 'string') {
return value;