for(i=0;i<myP.length;i++){
myP[i].id=i;
myP[i].onclick=function(){
alert(i);
为什么alert的i值一直是3?????
你一直都在点第三个p