* { margin:0; padding:0; } #cav { border:2px solid goldenrod; }
用来随机挑选座位
建议把alert放在setTimeout里。不然在chrome中alert会先执行,变色后执行。Firefox会先变色,后alert。