NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
start(amount, color, interval=10)
* amount: 该参数为数字
* color: 该参数为字符串
* 选项: 'red','green','blue','grey','all'
* 并联查询: 'red, green, blue' 表示抽取红色, 绿色和蓝色.
* interval: 可选参数, 表示抽每个卡池的时间,默认为10毫秒
start(100, 'red', interval=50)
多色查询
start(100, 'red, blue', interval=50)
getAmountByName(name)
refresh()
Rating: 0