1、JS中的||符号:
最新
生活所感
技术折腾
我的日记
我的相册
为什么会有这篇文章,之前我所讲的方法是创建两个路径,但这是提交服务器之后的,
今天我又做了这样的情况:现在没有提交,但是选择文件后,又显示图片预览怎么办???
好在也是有方法,这让我查到了用HTML5 的File API
新建commentJs.js文件,把需要引用的js用以下方法放入
document.write('<script src="static/js/student/student.js" type="text/javascript"></script>');
document.write('<script src="static/js/jquery-1.8.2.min.js" type="text/javascript"></script>');
document.write('<script src="static/layui/layui.js" type="text/javascript"></script>');
document.write('<script src="static/js/student/student.js" type="text/javascript"></script>');
调用是只需要调用commonJs.js一个就可以了
css文件引用:
@import "../layui/css/layui.css";
[button href="https://www.haorooms.com/post/css_input_uploadmh"]转载[/button]
这里不得把文本框设置display:none;不然就消失了位置,最好是设置透明度0
如果非要设置display:none,可以参考
[button href="https://blog.csdn.net/qq_16013529/article/details/77727206"]参考[/button]