<!DOCTYPE html><html><head>? <meta charset="utf-8">? <script type="text/javascript" src="jquery-1.12.js"></script>? <script type="text/javascript">??? $(function () {???? ?????? $('img').mousemove(function () {??????? $('img').each(function() {????????? var str = $(this).attr('src').replace('4','2').replace('3','1');????????? $(this).attr('src', str);??????? })??????? $(this).nextAll().each(function () {???????? ?????????? var str = $(this).attr('src').replace('2','4').replace('1','3');????????? $(this).attr('src', str);??????? })????? })??? })? </script></head><body>? <img src="stars/rank_3.gif"><img src="stars/rank_4.gif"><img src="stars/rank_3.gif"><img src="stars/rank_4.gif"><img src="stars/rank_3.gif"><img src="stars/rank_4.gif"><img src="stars/rank_3.gif"><img src="stars/rank_4.gif"><img src="stars/rank_3.gif"><img src="stars/rank_4.gif"><img src="stars/rank_3.gif"><img src="stars/rank_4.gif"><img src="stars/rank_3.gif"><img src="stars/rank_4.gif"><img src="stars/rank_3.gif"><img src="stars/rank_4.gif"><img src="stars/rank_3.gif"><img src="stars/rank_4.gif">? <p></p></body></html>如果有<p></p> , 就會提示否則正常 , 這是為什么 ? 這會影響程序運(yùn)行嗎 ?
Firebug上的一個bug
hhhzihao2
2016-05-10 19:17:08