react里面stateless函数的默认参数

function fn({

children,

params,

dispatch,

location

}) {

}