Changing the argument inside the function doesn't affect the variable passed from outside the function. Javascript always pass by value so ...
確定! 回上一頁