86046fad by unknown

提示运行环境

1 parent 02c9b1a9
......@@ -15,7 +15,6 @@ function isJson(str) {
return true;
}
// var str = '{latitude:30.2741500000,longitude:120.1551500000}'
console.log(toJson(str))
function toJson(str) {
try {
if(str.length > 2){
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!