阅读背景:

然后收益率转换为列表,或直接返回列表?

来源:互联网 

My current code is like this:

我目前的代码是这样的:

def generateRaw(self, word):
    for entry in self.entries:
        if word in html.unescape(etree.tostring(entry).decode('utf8')):
            yield xmltodict.parse(etree.tostring(entry))

def getRaw(self, word):
    return list(self.generateRaw(word))
d



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: