Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<html>
<head>
<title>标记对象的显示和隐藏</title>
<style type="text/css">
#myTable { position:absolute;
background-color:blue;}
p { font-size:12pt;
color:yellow;
width:100;
height:30;
</style>
<script language="JavaScript">
function hideITable(){
myTable.style.visibility = 'hidden';
CSS代码...
JS代码...
xxxxxxxxxx