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
{{ message }}
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.
@return 返回bdstoken
277 '''
278 bdstoken = ''
279 bds_re= re.compile('"bdstoken"\s*:\s*"([^"]+)"', `re.IGNORECASE)
280 bds_match = bds_re.search(content)
281 if bds_match:
282 bdstoken = bds_match.group(1)
283 return bdstoken
更改过之后还是报错!!!!1
The text was updated successfully, but these errors were encountered: