for test
This commit is contained in:
parent
dce7493eea
commit
310fcb9fac
|
@ -49,6 +49,7 @@ func (tt *Toutiao) ToDoParser(adstring string) (string, error) {
|
|||
unq, _ := strconv.Unquote("\"" + data + "\"")
|
||||
log.Println(gjson.Unmarshal([]byte(data), &v), gjson.Parse(data).Exists())
|
||||
data = unq
|
||||
log.Println(gjson.Unmarshal([]byte(data), &v), gjson.Parse(data).Exists())
|
||||
|
||||
result := gjson.Parse(data)
|
||||
log.Println(result.String())
|
||||
|
|
Loading…
Reference in New Issue
Block a user