js生成1-10之间的随机整数
//随机整数var n1=Math.floor(Math.random()*10+1);//输出1~10之间的随机整数var n2=parseInt(10*Math.random());//输出0~10之间的随机整//弹出一个页面层,只能放点击的后面,不能放到前面$('#test2').on('click', function(){ layer.prompt({ tit