taiwan_stock.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:stockcmd 作者: zzzaaa12 项目源码 文件源码
def get_data(self, profile):
        self.data = []
        if profile['show_twse_index']:
            self.add_tw_future()

        self.create_stock_list(profile['show_user_list'])
        self.create_query_list(profile['show_twse_index'])
        # self.create_query_url(profile['show_twse_index'])

        try:
            for i in self.query_list:
                self.query_stock_info(i)
                self.parse_json_data()
        except:
            traceback.print_exc()
            return False

        return True
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号