日期:2014-05-16 浏览次数:20490 次
<!DOCTYPE HTML> <html> <head> <meta charset="gb2312" /> <title></title> <script src="http://code.jquery.com/jquery-latest.js"></script> </head> <body> <span class="test"></span> <span></span> <script> $('span:eq(1)').html(123); $('.test').html(3232); </script> </body> </html>