1、默认参数必须指向不变对象! 2、 extra = {'city': 'Beijing', 'job': 'Engineer'}注意kw获得的dict是extra的一份拷贝,对kw的改动不会影响到函数外的extra。