摘要:
package main import ( "encoding/csv" "flag" "fmt" "io" "log" "net/http" "os" "strconv" "strings" "sync" "time" "golang.org/x/text/encoding/simplifiedc 阅读全文
posted @ 2025-11-04 23:13
卓能文
阅读(4)
评论(0)
推荐(0)
摘要:
config.go: package main // 股票代码配置 - 简化版本,只包含主要指数和热门股票 var stockSymbols = []string{ // 主要指数 "sh000001", // 上证指数 "sh000016", // 上证50 "sh000300", // 沪深30 阅读全文
posted @ 2025-11-04 19:46
卓能文
阅读(3)
评论(0)
推荐(0)
摘要:
package main import ( "encoding/json" "fmt" "io" "log" "net/http" "os" "time" ) // StockData 定义股票数据结构 type StockData struct { Symbol string `json:"sym 阅读全文
posted @ 2025-11-04 18:31
卓能文
阅读(6)
评论(0)
推荐(0)
摘要:
package main import ( "encoding/csv" "encoding/json" "fmt" "io" "net/http" "os" "strconv" "strings" "time" "golang.org/x/text/encoding/simplifiedchine 阅读全文
posted @ 2025-11-04 15:23
卓能文
阅读(3)
评论(0)
推荐(0)

浙公网安备 33010602011771号