成功案例

© 青岛云起数智信息科技有限公司 版权所有 | 鲁ICP备18042808号-1
$(function () { $("#case1").click(function () { location.href = "case_1.html"; }) $("#case2").click(function () { location.href = "case_2.html"; }) $("#case3").click(function () { location.href = "case_3.html"; }) $("#case4").click(function () { location.href = "case_4.html"; }) $("#case5").click(function () { location.href = "case_5.html"; }) })