`

第二列值

 
阅读更多
<script type="text/javascript">
      var total = "";
      $('table tr td:nth-child(4)').each (function ()  
        {  
            total += $.trim(this.innerHTML) + ",";  
      });
     console.log(total);

</script>

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics