一切尽在不言中,直接上代码:
var obj = { "01": "Hello World!", "02": "Hello Human!" }; alert(obj["02"]);
这有时候会在编码过程中带来莫大的方便。