You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fire的使用
直接对类的调用
(1)无初始化数据
直接调用时,运行文件产生解说,help不会显示具体的函数的参数,需要对具体的类里的函数描述
当具体对函数来调用help的时候,会显示描述和参数
(2)存在初始化数据的猜数游戏
运行查看参数,这里看到有一个名为play的猜数游戏
看初始化这里,可以看到max_numer可控,并且默认为100
当选定-m时,可以修改max_number参数