摘要:
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號