You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
343 B
19 lines
343 B
3 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<!--引入js文件-->
|
||
|
<script src="js/FileSaver.min.js"></script>
|
||
|
<script>
|
||
|
|
||
|
function abc(){
|
||
|
download('/FengHuang/images/hebyesz.png','标题.png')
|
||
|
}
|
||
|
</script>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Title</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<a href="#" onclick="abc()">下载</a>
|
||
|
</body>
|
||
|
|
||
|
</html>
|