260703_002947
This commit is contained in:
parent
dbf44c4071
commit
1584bf039e
@ -250,7 +250,7 @@ func hdlr_film_parseMsg(resp http.ResponseWriter, req *http.Request){
|
|||||||
fmt.Println(t_url_noRed)
|
fmt.Println(t_url_noRed)
|
||||||
t_film, _ := fetch_filmInfo(t_url_noRed)
|
t_film, _ := fetch_filmInfo(t_url_noRed)
|
||||||
|
|
||||||
db_film[fmt.Sprintf("%d",len(db_film)-1)] = t_film
|
db_film[fmt.Sprintf("%d",len(db_film))] = t_film
|
||||||
|
|
||||||
t_json, _ := json.MarshalIndent(db_film, "", " ")
|
t_json, _ := json.MarshalIndent(db_film, "", " ")
|
||||||
fmt.Printf("%+v\n", string(t_json))
|
fmt.Printf("%+v\n", string(t_json))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user