Javascript 循环输出[对象,对象,对象]

Javascript 循环输出[对象,对象,对象],javascript,json,loops,for-loop,Javascript,Json,Loops,For Loop,最近我参加了一些在线课程,试图了解编程的基础知识,并逐渐尝试增加我所学内容的复杂性。然而,我似乎无法控制循环的输出,我要么得到最后一个值,要么得到[object,object,object,object,object] 任何帮助都将不胜感激,我相信这是非常简单的,但我已经尝试了很多次了,到目前为止都没有运气 { "years": [ { "id": "1", "year": "2015", "total": "55045", "poin

最近我参加了一些在线课程,试图了解编程的基础知识,并逐渐尝试增加我所学内容的复杂性。然而,我似乎无法控制循环的输出,我要么得到最后一个值,要么得到[object,object,object,object,object]

任何帮助都将不胜感激,我相信这是非常简单的,但我已经尝试了很多次了,到目前为止都没有运气

{
  "years": [
    {
      "id": "1",
      "year": "2015",
      "total": "55045",
      "points": [
        {
          "id": "2",
          "points": "600",
          "total": "215",
          "percent": "0.4"
        },
        {
          "id": "3",
          "points": "500-599",
          "total": "5431",
          "percent": "9.9"
        },
        {
          "id": "4",
          "points": "400-499",
          "total": "14097",
          "percent": "25.6"
        },
        {
          "id": "5",
          "points": "300-399",
          "total": "14446",
          "percent": "26.2"
        },
        {
          "id": "6",
          "points": "200-299",
          "total": "9768",
          "percent": "17.7"
        },
        {
          "id": "7",
          "points": "100-199",
          "total": "6562",
          "percent": "11.9"
        },
        {
          "id": "8",
          "points": " >100",
          "total": "4526",
          "percent": "8.2"
        }
      ]
    },
    {
      "id": "9",
      "year": "2014",
      "total": "54025",
      "points": [
        {
          "id": "10",
          "points": "600",
          "total": "162",
          "percent": "0.3"
        },
        {
          "id": "11",
          "points": "500-599",
          "total": "5088",
          "percent": "9.4"
        },
        {
          "id": "12",
          "points": "400-499",
          "total": "13447",
          "percent": "24.9"
        },
        {
          "id": "13",
          "points": "300-399",
          "total": "14047",
          "percent": "26"
        },
        {
          "id": "14",
          "points": "200-299",
          "total": "9584",
          "percent": "17.7"
        },
        {
          "id": "15",
          "points": "100-199",
          "total": "6926",
          "percent": "12.8"
        },
        {
          "id": "16",
          "points": " >100",
          "total": "4771",
          "percent": "8.8"
        }
      ]
    },
    {
      "id": "17",
      "year": "2013",
      "total": "52767",
      "points": [
        {
          "id": "18",
          "points": "600",
          "total": "152",
          "percent": "0.3"
        },
        {
          "id": "19",
          "points": "500-599",
          "total": "4813",
          "percent": "9.1"
        },
        {
          "id": "20",
          "points": "400-499",
          "total": "12803",
          "percent": "24.3"
        },
        {
          "id": "21",
          "points": "300-399",
          "total": "13381",
          "percent": "25.4"
        },
        {
          "id": "22",
          "points": "200-299",
          "total": "9566",
          "percent": "18.1"
        },
        {
          "id": "23",
          "points": "100-199",
          "total": "6914",
          "percent": "13.1"
        },
        {
          "id": "24",
          "points": " >100",
          "total": "5138",
          "percent": "9.7"
        }
      ]
    },
    {
      "id": "25",
      "year": "2012",
      "total": "52589",
      "points": [
        {
          "id": "26",
          "points": "600",
          "total": "165",
          "percent": "0.2"
        },
        {
          "id": "27",
          "points": "500-599",
          "total": "5026",
          "percent": "9.6"
        },
        {
          "id": "28",
          "points": "400-499",
          "total": "12395",
          "percent": "23.6"
        },
        {
          "id": "29",
          "points": "300-399",
          "total": "13170",
          "percent": "25"
        },
        {
          "id": "30",
          "points": "200-299",
          "total": "9588",
          "percent": "18.2"
        },
        {
          "id": "31",
          "points": "100-199",
          "total": "6999",
          "percent": "13.3"
        },
        {
          "id": "32",
          "points": " >100",
          "total": "5276",
          "percent": "10"
        }
      ]
    },
    {
      "id": "33",
      "year": "2011",
      "total": "54341",
      "points": [
        {
          "id": "34",
          "points": "600",
          "total": "162",
          "percent": "0.3"
        },
        {
          "id": "35",
          "points": "500-599",
          "total": "4863",
          "percent": "8.6"
        },
        {
          "id": "36",
          "points": "400-499",
          "total": "12235",
          "percent": "22.5"
        },
        {
          "id": "37",
          "points": "300-399",
          "total": "13860",
          "percent": "18.4"
        },
        {
          "id": "38",
          "points": "200-299",
          "total": "9966",
          "percent": "18.4"
        },
        {
          "id": "39",
          "points": "100-199",
          "total": "7477",
          "percent": "13.8"
        },
        {
          "id": "40",
          "points": " >100",
          "total": "5928",
          "percent": "10.9"
        }
      ]
    },
    {
      "id": "34",
      "year": "2010",
      "total": "54480",
      "points": [
        {
          "id": "35",
          "points": "600",
          "total": "136",
          "percent": "0.2"
        },
        {
          "id": "36",
          "points": "500-599",
          "total": "4564",
          "percent": "8.4"
        },
        {
          "id": "37",
          "points": "400-499",
          "total": "11973",
          "percent": "22"
        },
        {
          "id": "38",
          "points": "300-399",
          "total": "13878",
          "percent": "25.5"
        },
        {
          "id": "39",
          "points": "200-299",
          "total": "10391",
          "percent": "19.1"
        },
        {
          "id": "40",
          "points": "100-199",
          "total": "7294",
          "percent": "13.4"
        },
        {
          "id": "41",
          "points": " >100",
          "total": "6244",
          "percent": "11.5"
        }
      ]
    }
  ]
}

我希望有人能帮助控制循环的输出。

您没有显示任何代码,但我可以猜您的问题是JavaScript中的典型问题:

看看neurosnap的答案

在CoffeeScript中更简单:

for filename in list
  do (filename) ->
    fs.readFile filename, (err, contents) ->
      compile filename, contents.toString()

基本上,在JavaScript to循环中,for循环中需要一个lambda/iLife来避免问题。

您想确切知道什么?什么循环?所有这些都是一个对象,如果没有看到您的实际代码,几乎不可能猜出原因是什么。如果您需要帮助处理您遇到问题的循环,您必须向我们展示用于循环的代码。这里显示的只是一个Javascript对象定义。如果您不通过包含实际循环代码来澄清,您的问题将很快结束。