相信如何模拟其他的快捷键不用我一一列举了,我也没有试过太多,因为我用过一次。
这里是测试的页面operate.html的源码:
<!DOCTYPE html>
<html>
<head>
<title>Operate Element</title>
</head>
<body>
<h3>Operate Element</h3>
<form class="form-h">
<input type="text" class="in" id="UserName" /><br />
<input type="text" class="in" id="UserEmail" /><br />
<input type="submit" class="in" />
<input type="reset" class="in" />
</form>
</body>
</html>