如何使用Qt获取重定向页面的html代码
1个回答
展开全部
// 点击重定向到百度首页,本地的,加上自己的地址就可以了
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
body {
background: #242424;
color: green;
font-size: 30px;
}
</style>
<button id="btn">点击打开多个页面</button>
</head>
<body>
<script>
// 点击重定向到百度首页,本地的,加上自己的地址就可以了
document.getElementById('btn').onclick = function () {
location.href = "https://www.baidu.com";
}
</script>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
body {
background: #242424;
color: green;
font-size: 30px;
}
</style>
<button id="btn">点击打开多个页面</button>
</head>
<body>
<script>
// 点击重定向到百度首页,本地的,加上自己的地址就可以了
document.getElementById('btn').onclick = function () {
location.href = "https://www.baidu.com";
}
</script>
</body>
</html>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询