From 1663575f5744158450fe27c51299e3b6ac74dbe5 Mon Sep 17 00:00:00 2001 From: YouWei Zhao Date: Mon, 18 Dec 2017 16:16:44 +0800 Subject: [PATCH] drawMapGUI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 基本完成了issues/9的初期目标 --- .gitignore | 2 + drawMapGUI.html | 104 ++++++++++++++++++++++++++++++++++++------------ 2 files changed, 81 insertions(+), 25 deletions(-) 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