js中成员函数如何调用自身function Calc(val){function multi(a,b){return a*b}function fun(v){if(v<=1){return 1}2023-04-26JavaScript280