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>
<title>邮箱地址自动完成功能</title>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
</head>
<body>
<input name="myInput" type="text" id="myInput" style="margin:100px;width:198px;">
<script type="text/javascript">
var MailTips = {
mailArr:["163.com",
"126.com",
"qq.com",
"sina.com",
"vip.sina.com",
CSS代码...
JS代码...
xxxxxxxxxx