运行代码 缩小
汉王
HTML代码
复制 格式化 注释 注释 清空
放大
AخA
 
1
<!doctype html>
2
<html>
3
<head>
4
<meta http-equiv="Content-Type" content="text/html;charset=gb2312">
5
<title>百度在线手写板</title>
6
<style>
7
#sx{color:#00C;text-decoration:underline;cursor:pointer;}
8
</style>
9
</head>
10
<body>
11
<form name="f" action="s">
12
    <input type="text" name="wd" id="kw" maxlength="100">
13
    <input type="submit" value="" id="su">
14
    <span id="sx">手写</span>
15
</form>
CSS代码
复制 格式化 注释 注释 颜色 清空
放大
CSS代码...
x
 
1
JS代码
复制 格式化 注释 注释 清空
放大
JS代码...
xxxxxxxxxx
1
 
1
名称
百度手写板代码JavaScript远程调用的实现
分类
网站常用
描述
百度手写板代码JavaScript远程调用的实现,其实没什么可参考的,引用百度的Js文件,如果大家想使用这个类的话,自己下载就行了,正好可参考一下本演示,帮你快速入题。
收藏