Error :
1 | panic: interface conversion: interface {} is float64, not int |
转化为int, (先转换成float64,在转换为int)
1 | int(interfaceValue.(float64)) |
Error :
1 | panic: interface conversion: interface {} is float64, not int |
转化为int, (先转换成float64,在转换为int)
1 | int(interfaceValue.(float64)) |
©2018-
Yishto
|
pv
|
uv
Theme Tree Powered by Hexo