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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>setInterval定时器</title>
<style type="text/css" media="all">
body{margin:0px;padding:9px;font-size:13px;color:#666666;font-family:Arial, Helvetica, sans-serif,"宋体";}
div{width:160px;height:22px;font-weight:bold;border:#CCCCCC 1px solid;margin:3px;padding-left:6px;line-height:21px;float:left;}
</style>
</head>
<body>
<p><div></div><input type="button" value="累加" />
<input type="button" value="停止" />
<input type="button" value="递减" /></p>
CSS代码...
JS代码...
xxxxxxxxxx