Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>繁星闪烁</title>
<style>
.stars{ width:1000px;height:500px;background:#0099FF;position:relative; overflow:hidden; }
.stars span{ width:16px;height:21px;background:url(//ku.shouce.ren/files/images/201601/56a36c7cda14e.png);position:absolute }
</style>
<script type="text/javascript" src="//apps.bdimg.com/libs/jquery/1.11.3/jquery.min.js"></script>
<script>
$(function(){
var num=15;
for(var i=0;i<num;i++)
{
CSS代码...
JS代码...
xxxxxxxxxx