我正试图从这个网站中提取一个数字
http://www.mycryptobuddy.com/BitcoinMiningCalculator
我正在尝试使用beautifulsoup在输入字段中提取此数字,其中显示“3511.0”(如图所示)但是这在html中不可见。
我怎么能用beautifulsoup提取这个数字?
我的代码:
None
{'type': 'number', 'ng-model': 'difficulty', 'ng-change': 'computeProfits(); turnAutoUpdateOff()'}
Process finished with exit code 0
输出:
{{1}}