课程
/后端开发
/Python
/python进阶
def int2(x, base=2): return int(x, base)
2016-10-17
源自:python进阶 2-15
正在回答
C语言没有默认参数 C++才有
详情请参考 http://blog.chinaunix.net/uid-20639449-id-1909085.html
可以的,不过有数据类型的哦 。 eg:void int2(int x,int y=2)这样y如果不赋值默认为2
举报
学习函数式、模块和面向对象编程,掌握Python高级程序设计