示例#1
0
import chinastock as cs
print(cs.get_stock_today(code='000001', exchange='SZ'))
示例#2
0
 def test_get_stock_today(self):
     self.set()
     print(cs.get_stock_today(self.code, self.exchange))
示例#3
0
 def test_get_stock_today(self):
     self.set()
     print(cs.get_stock_today(self.code, self.exchange))