var jsonObjectPoint={“user.name”:“中国”,“user”:“北京”};jsonObjectPoint.user.name 的值怎么取?因为user.name中带“.”取不到值
jsonObjectPoint['user.name'];