""" 全局临时变量 """ # 代码行业映射 code_industry_map = {} # 行业代码映射 industry_codes_map = {} # 自由流通市值映射 zyltgb_map = {} # 今日涨停代码隐射 today_limit_up_codes = {} # 行业热度指数 industry_hot_num = {} # 涨停股票的涨幅 limit_up_codes_percent = {} # 名称代码映射 name_codes = {} # 今日量 today_volumn = {} # 60日最大量 max60_volumn = {} # 昨日量 yesterday_volumn = {} # 大单 big_money_num = {} # 涨停时间 limit_up_time = {} # 现价 cuurent_prices = {}