100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > 用js实现预览待上传的本地图片【javascript】

用js实现预览待上传的本地图片【javascript】

时间:2020-10-14 16:44:18

相关推荐

用js实现预览待上传的本地图片【javascript】

web前端|js教程

用js实现预览待上传的本地图片

web前端-js教程

动漫背景网站源码,vscode添加代码模板,ubuntu唤不醒,liunx 查tomcat,sqlite 表最大限制,爬虫爬取微博好友圈,php函数调用自己,山东seo优化加盟,如何下载网站的导航条,网页关闭按钮代码,手机端商品列表模板lzw

function preview5(){

var x = document.getElementById(“file5”);

if(!x || !x.value) return;

var patn = /\.jpg$|\.jpeg$|\.jpg$/i;

if(patn.test(x.value)){

var y = document.getElementById(“img5”);

if(y){

y.src = “file://localhost/” + x.value;

}else{

var img=document.createElement(“img”);img.setAttribute(“src”,”file://localhost/”+x.value);

img.setAttribute(“width”,”120″);

img.setAttribute(“height”,”90″);

img.setAttribute(“id”,”img5″);

document.getElementById(“form5”).appendChild(img);

}

}else{

alert(“您选择的似乎不是图像文件。”);

}}

驾考app源码,vscode可以调颜色吗,ubuntu分屏设置,如何登录tomcat管理,qq爬虫source,php 工作日志管理系统,延平区提供seo技术,视频播放网站app源码,模板168lzw

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。