stockInfo.py 文件源码

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

项目:stockUtils 作者: caiyue 项目源码 文件源码
def getRcommandRankList(self):
        '''????????'''
        res = getHtmlFromUrl(reommendRankUrl)
        companyListObj = getJsonObj(res)
        if companyListObj:
            list = companyListObj['data']
            cList = []
            if list and len(list):
                for item in list:
                    li = item.split(',')
                    info = CompanyRecommandRankInfo(li[1],
                        li[2],li[5],li[6], li[7])
                    cList.append(info)
                return cList
        return None
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号