欧美一级淫片免费视频黄,欧美黄色试片,黄网在线免费观看,国产区一区二,九久久久,九九在线视频,日韩视频1区

龍巖易富通網(wǎng)絡科技有限公司

龍巖小程序開發(fā),龍巖分銷系統(tǒng)

jquery 遍歷 id 或 class

2015.09.10 | 185閱讀 | 0條評論 | 未命名

html 中有個ID [php] <span class="total">1</span> <span class="total">2</span> <span class="total">3</span> <span class="total">4</span> [/php] 利用jquery遍歷id 獲取累加和: [php] $a=0; $(".total").each(function(){ $a += Number($(this).text()); }); alert($a); [/php]

贊 (

發(fā)表評論