var json_value =
  {
      "match_title": "PingPang Suzhou",
      "match_status": "Playing",
      "match_addr": "Suzhou",
      "match_notice":
   [
 { "note": "The game has end at last week!Click Here!", "link_text": "match_details!", "click_link": "#" },  { "note": "The pingpang has been end at the last week.", "link_text": "History match", "click_link": "#" }
],
      "match_turns":
[
   { "turn_name": "turn1", "click_link": "#" },
   { "turn_name": "turn2", "click_link": "#" },
   { "turn_name": "turn3", "click_link": "#" },
   { "turn_name": "turn4", "click_link": "#" },
]   };
这里有一段Json数据,但是我检查 var js_count = json_value.match_turns.length;
alert(js_count);这个竟然是5,不晓得为什么!