知道汉字长什么样子,但是就是不知道具体是啥字,如果能直接写出来,然后计算机能直接识别出来,岂不是很神奇,现在就介绍一个可以通过浏览器既可以实现在线手写汉字识别的在线工具
废话不多说,上效果图:

是不是很神奇
index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>HanziLookupJS demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
body { background-color: #fafafa; font-family: Verdana, sans-serif; padding-top: 70px; }
div, h1, h2 { position: relative; float: left; box-sizing: border-box; height: auto; overflow: auto; width: 100%; margin: 0; }
h1 { margin-bottom: 8px; }
h2 { font-weight: normal; }
.content, .header {

最低0.47元/天 解锁文章
405

被折叠的 条评论
为什么被折叠?



