toString() 将函数作为一个字符串返回
function myFunction(a, b) { return a * b; }