<head> <title>Title</title> <script type="text/javascript" src="js/jquery-1.8.3.min.js"></script> <script type="text/javascript"> $(document).ready(function () { $("div").each(function (index,ele) { var s = ele.html; alert(index + " " + s); }); }); </script> </head> <body> <div>bnm</div> <div>a</div> <div>b</div> <div>c</div> </body> </html>
为什么每个弹窗显示s那里都是undefine呢?
西兰花伟大炮
相关分类