If you use an alert (object), you can only see [object object]
, but I want to show you all the values that the object has, what should I do?
If you are using Firefox, you can simply do it with alert(object.toSource()).
© 2024 OneMinuteCode. All rights reserved.