|
@@ -61,12 +61,6 @@ class MKSystem {
|
|
|
this.data = new DataSystem();
|
|
this.data = new DataSystem();
|
|
|
this.http = new HttpSystem();
|
|
this.http = new HttpSystem();
|
|
|
|
|
|
|
|
- let a = 1;
|
|
|
|
|
- let b = "a";
|
|
|
|
|
- let c = { a: 1 };
|
|
|
|
|
- console.log(JSON.stringify(a));
|
|
|
|
|
- console.log(JSON.stringify(b));
|
|
|
|
|
- console.log(JSON.stringify(c));
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|