Correct way to declare global variable in JavaScript. The proper way is to use window object. And use the syntax like this: var ...
確定! 回上一頁