请教,在js中,这种写法什么意思,比如
function f()
{
    a = {"a" : "Athens" , "b" : "Belgrade", "c" : "Cairo"}  //就是这句
}