1 .InputArray typedef const _InputArray& InputArray; InputArray作为输入参数的时候,传入的参数加了const限定符,即它只接收参数作为纯输入参数,无法更改输入参数的内容