摘要:
直接上脚本 #coding=utf-8 from aliyunsdkcore.client import AcsClient from aliyunsdkcore.acs_exception.exceptions import ClientException from aliyunsdkcore.a 阅读全文
摘要:
golang 类型转换只能显性转换 不能自动转换 基本数据类型间的转换 .\test.go:3:8: imported and not used: "fmt" .\test.go:21:5: cannot use 200 + x1 (type int) as type int16 in assign 阅读全文