用python写1个代码:test.py。通过 import bs_inference 来导入之前的download函数,从而获取到对应股票的数据
时间: 2023-03-08 11:15:36 浏览: 107
Python库 | tf_supervised_inference-0.1.0-py3-none-any.whl
可以这么写:import bs_inferencedef test():
stock_data = bs_inference.download('your stock code')
print(stock_data)test()
阅读全文