最新回答 / 慕妹9162326
hosts wen jian pei le ma ,hosts file configuration has been already configed? 127.0.0.1 localhost xiang mu qi dong le ma ? whether project is running or not ? duan kou zhan yong le ma? port binded? post or get requests?
2021-01-12
最赞回答 / 慕粉1470905606
//注意int转string不能这样:string(b.Index) + string(b.TimeStamp) blockData := strconv.Itoa(int(b.Index))+strconv.Itoa(int(b.TimeStamp))+b.PreBlockHash fmt.Println(blockData)这是因为老师的int转string语句写错了,
stri...
2019-06-11