因此,例如,您可以键入您的功能,调用它并接收结果@H_502_3@
function squareNumber(x) { return x*x; } squareNumber(5) 25
我想要比Internet Explorer控制台更好的东西.@H_502_3@