This commit is contained in:
eson 2018-12-20 01:39:52 +08:00
parent aec7f4cf86
commit 961b0a758e

View File

@ -3,7 +3,6 @@ package parser
import (
"encoding/json"
"log"
"strconv"
"testing"
"github.com/davecgh/go-spew/spew"
@ -30,7 +29,6 @@ func (tt *Toutiao) GetSpiderID() int {
func (tt *Toutiao) ToDoParser(adstring string) (string, error) {
log.Println(adstring)
adstring = strconv.QuoteToASCII(adstring)
var adlist interface{}
if err := json.Unmarshal([]byte(adstring), &adlist); err != nil {
log.Println(err)