网页获取方式:
1.ide
2.直接保存原网页
3.网页抓取扩展
如果失败无法成功,查看网页的差别 缺什么补什么 一般是图片和css
如果方法不行,试着找到主要文件,删除js 或修改路径 查看原因
https://www.twse.com.tw/zh/about/news/event/content.html?ff8080818a4f0848018ab1d0e215017c
js页面跳转打开一个全新的 页面
第一种方法在当前页面跳转。
第二种打开新的页面。
css底部链接
效果如下
<style>
.bo{
position: fixed;
bottom: 0;
background-color: #cf1f17;
text-align: center;
width: 100%;
font-size: 22px;
height: 50px;
padding:10px;
}
.zoomtxt{
//自定义事件名
//持续时间1s
//ease-in-out以低速开始和结束
//infinite 执行无数次
//alternate(交替的) 动画正向交替执行(正向->反向)Loop。
animation: zoomInOut 1s infinite alternate ease-in-out;
}
@keyframes zoomInOut {
//0%的时候收缩这么大 之后 100%的时候最大
0% {
transform: scale(0.95);
}
100% {
transform: scale(1);
}
}
</style>
<div class="bo">
<div class="zoomtxt">
<a href="javascript:Redirect(); dablena('track', 'CompleteRegistration')" style="color:white;" >
👉 点击进行跳转
</a>
</div>
</div>
B站视频下载渠道
https://zhuanlan.zhihu.com/p/654946879
B站纯净版网页下载
http://zhouql.vip/bilibili/