Why obj.className = obj.className.split(' ').push(cls) - writes number in obj.className, but not array? I have code: var obj = { className: "math lol" } ...
確定! 回上一頁