会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Keith1025
博客园
首页
新随笔
联系
订阅
管理
2020年3月27日
关于使用Input框上传图片的二进制数据传输
摘要: 在vue中 标签: <input accept="image/*" type="file" capture="camera" name="file" ref="input" @change="openFace" /> 函数调用: openFaceRecognition(this.$refs.inpu
阅读全文
posted @ 2020-03-27 15:27 Keith1025
阅读(922)
评论(0)
推荐(0)
2018年8月22日
js中数据类型的理解
摘要: 1.js中的基本数据类型:String、Number、Boolean、Null和Undefined,还有一种复杂数据类型Object。 2.对于Null和Undefined的不同,现在的JavaScript设计为Null表示‘无’的对象,转为数值0;undefined未定义,转为数值NaN。其中Na
阅读全文
posted @ 2018-08-22 22:36 Keith1025
阅读(175)
评论(0)
推荐(0)
公告