1 Star 10 Fork 4

热血青年 / jsignature

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
sueccess.html 456 Bytes
一键复制 编辑 原始数据 按行查看 历史
热血青年 提交于 2020-10-29 17:13 . 修改样式
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<style type="text/css">
#imgs{
transform: rotate(-90deg);
margin-left: 80px;
height: 180px;
}
</style>
<body>
<img id='imgs' src="imgs/del.svg" >
</body>
<script src="js/jquery-3.2.1.min.js"></script>
<script type="text/javascript">
var file=localStorage.getItem('userImg');
$('#imgs').attr('src',file);
</script>
</html>
1
https://gitee.com/ysssees/jsignature.git
git@gitee.com:ysssees/jsignature.git
ysssees
jsignature
jsignature
master

搜索帮助