码迷,mamicode.com
首页 > 编程语言 > 详细

拿到数组逗号分隔在讯号拿到里面的数据,最后DOM插入页面

时间:2017-10-28 17:51:58      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:页面   输出   poi   col   point   span   end   ons   bsp   

var strs = new Array(); //定义一数组 
            strs = appointment.split(","); //字号分割 
            for(i = 0; i < strs.length; i++) {
              var spans = ‘‘;
              spans += ‘<p style="font-size: 15px; class="child">‘ + strs[i] + ‘</p>‘;
              console.log(strs[i]); //分割后的字符输出 
              $(‘#appointment‘).append(spans);
            }
           

 

拿到数组逗号分隔在讯号拿到里面的数据,最后DOM插入页面

标签:页面   输出   poi   col   point   span   end   ons   bsp   

原文地址:http://www.cnblogs.com/hjptopshow/p/7747260.html

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