ジャンプページをクリックして、ジャンプページの関数を実行します.
6808 ワード
1、ファイルを新規作成する
<html lang="en">
head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.js">script>
<title>Documenttitle>
head>
<body>
<a href="test.html" id="type">Typea>
<script type="text/javascript">
$('#type').on('click', function() {
sessionStorage.setItem("type", "type");
});
script>
body>
html>
2、htmlファイルを新規作成する(ジャンプページ)
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.js">script>
<title>Documenttitle>
head>
<body>
<a class="type" onclick="type1()"> a>
<script type="text/javascript">
function type1() {
alert(" ");
}
script>
<script type="text/javascript">
window.onload = function() { //
var type = sessionStorage.getItem("type");
console.log(type); // type
if (type == 'type') {
var obj = "." + type;
obj.onclick = type1(); // $('#xxx').click()
sessionStorage.setItem("type", ""); // type test $('#xxx').click()
}
}
script>
body>
html>
3、楽しく実行しました!4、もう一つはget方式のようなものがありますが、面倒くさいと思います.具体的な価値は私のもう一つの文章を参考にしてもいいです.http://www.jianshu.com/p/3a449542a4d6いずれにしても、このような考え方です.