DeprecationWarning: 'text' argument in BeautifulSoup is deprecated
This warning is indicating that the 'text' argument to find()-type methods is no longer recommended and is being replaced by 'string'. This means that instead of using the 'text' argument to search for a specific string in the HTML document, you should use the 'string' argument instead. This change is being made to improve the consistency of the BeautifulSoup library and to make it easier to work with. If you continue to use the 'text' argument, you may encounter issues or errors in the future.
原文地址: https://www.cveoy.top/t/topic/mMQF 著作权归作者所有。请勿转载和采集!