e809ffb0 by ex

GPS数据

1 parent 9eeefce7
......@@ -20,7 +20,6 @@ function toJson(str) {
if(str.length > 2){
var result = /\{([\s\S]*)\}/.exec(str);
}
debugger
var arr = result[1].split(',')
var obj = {}
arr.forEach(function (value) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!