You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defparseString(self, string):
"""Parse a document from a string, returning the document node."""parser=self.getParser()
try:
parser.Parse(string, True)
self._setup_subset(string)
exceptParseEscape:
passdoc=self.documentself.reset()
self._parser=Nonereturndoc
我按照说明安装了itchat这是我的测试代码
扫描二维码后,在这个方法返回了一串html
The text was updated successfully, but these errors were encountered: