码迷,mamicode.com
首页 > Web开发 > 详细

json格式

时间:2017-05-25 15:48:20      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:title   console   cti   var   utf-8   lan   text   tle   function   

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<script type="text/javascript">
var a = [‘a‘,‘a‘,‘a‘,‘b‘,‘b‘,‘c‘,‘c‘,‘c‘,‘c‘,‘d‘,‘hha‘,‘niha‘];
var s = ‘‘;
var json = {};
a.forEach(function(val,index){
if(s!=val){
s = val;
}
json[s]?json[s]++:(json[s]=1);
})
console.log(json)
</script>
</body>
</html>

json格式

标签:title   console   cti   var   utf-8   lan   text   tle   function   

原文地址:http://www.cnblogs.com/li-123/p/6903768.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!