drewImage渲染下一帧上一帧不清除
gameloop()这个函数改下,可以试试看
function gameloop(){
setTimeout(gameloop,100);
drawStars();
}