`
wang913com
  • 浏览: 1596 次
  • 性别: Icon_minigender_1
  • 来自: 贵阳
最近访客 更多访客>>
文章分类
社区版块
存档分类
最新评论
文章列表
求一算法 有一个数组如 $arr=array(1,1,1,1,2,2,3,3,3,4); 现在要从$arr数组中得到一个新数组 如: $rs=( 1, 2, 3, 4, 1, 2, 1, 2, 3, 1 ) 1有4个 故 $rs数组中前4个元素为1到4; 2有2个 故 $rs 数组中第5个元素到第6个元素为1,2 ...... 即如果$arr数组中有n个相同的元素则 $rs数组为1..n 通过循环,把所有$rs数组中的相同元素都生成对应的$rs数组中的元素 希望各位高手多多指教,先谢过了
  交谈中请勿轻信汇款、中奖消息,勿轻易拨打陌生电话。 Lonely_face(303565529) 15:48:33 var testThisArray= { t1:"this is only for test", t2:function() { if(testThisArray.t1.toString()!="undefined") { var text_node=document.createTextNode(testThisArray.t1); document.body.appendChild(text_node); ...
Global site tag (gtag.js) - Google Analytics