运行代码 缩小
汉王
HTML代码
复制 格式化 注释 注释 清空
放大
x
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<title>测试打字速度</title>
5
<meta http-equiv="content-type" content="text/html;charset=gb2312">
6
<SCRIPT LANGUAGE="JavaScript">
7
<!-- Begin
8
msg = new Array("Practicing with your typing can greatly help your overall computer skills.",
9
"A new computer is sold in the US every hour!",
10
"When do birds migrate from North to South?",
11
"Perplexing phrases, like this one, are tougher to type.")
12
word = 10
13
function m() {
14
msg = new Array("Practicing with your typing can greatly help your overall computer skills.",
15
"A new computer is sold in the US every hour!",
CSS代码
复制 格式化 注释 注释 颜色 清空
放大
CSS代码...
xxxxxxxxxx
1
 
1
JS代码
复制 格式化 注释 注释 清空
放大
JS代码...
xxxxxxxxxx
1
 
1
名称
JS测试打字速度
分类
网站常用
描述
JavaScript编写的一个小程序,用于测试打字速度,输入完给定的一段字符,点击“完成”按钮,即可实现打字速度测试,最后会给出正确率和每分钟可以打多少字。
收藏