cda75a27 by ex

GPS数据

1 parent 9d6ab8dc
...@@ -32,7 +32,7 @@ function toJson(str) { ...@@ -32,7 +32,7 @@ function toJson(str) {
32 val = value.split(':')[1] 32 val = value.split(':')[1]
33 } 33 }
34 34
35 obj[key] = val 35 obj[key] = val*1
36 }) 36 })
37 return obj 37 return obj
38 38
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!