when judging the parameter type today, we found that
Object.prototype.toString.call (param) can, and
Object.toString.call (param) cannot.
the error message is
Function.prototype.toString requires that "this" be a Function.
but the output of the two functions on the console should look the same. Excuse me, why is this?