调用一个精确计算的函数比如 function calc(a,b) {....} var a=100; var b=1; var xxx=calc(a,b); 火狐调试当走到calc()b值会是undefined 请问是怎么回事呢 查看完整描述