Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<title>计算器</title>
<style type="text/css">
*{margin:0;padding:0;}
body{font:12px/20px "Comic Sans MS";}
#calc{position:absolute;left:50%;top:50%;margin:-161px 0 0 -120px;width:203px;background-color:#333;padding:3px;}
#display{width:203px;height:60px;background-color:#f2f2f4;}
#display #up, #display #down{height:20px;padding:0 5px;text-align:right;font: 14px/20px "Arial";}
#display #up .countSize{padding:0 5px;}
#display #down{height:40px;font:bold 20px/40px "Arial";}
#buttons{width:203px;}
#buttons input{float:left;display:block;width:50px;overflow:hidden;}
CSS代码...
xxxxxxxxxx
JS代码...