diff --git a/.gitignore b/.gitignore index 7ae4cf2d..d742b1fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.vscode + # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 diff --git a/drawMapGUI.html b/drawMapGUI.html index e5ec510f..e06f112c 100644 --- a/drawMapGUI.html +++ b/drawMapGUI.html @@ -24,7 +24,6 @@ body,div,img{margin:0;padding:0;} } - @@ -34,9 +33,44 @@ body,div,img{margin:0;padding:0;}

可以在console中通过printf(str)来改变这里的值

+ + + + + + \ No newline at end of file