Victor / hebingdaima

Posted phpnetc

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Victor / hebingdaima相关的知识,希望对你有一定的参考价值。

gistfile1.txt
 
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
 
<script>
 
/**
出来的链接大概是长这样的
http://xxxx.cn/243423.html?c=Q23DR32
*/
 
// c=Q23DR32是注册时扫描获取的邀请码。
// 这样加参数,后面的参数会被自动忽略,不会影响加载此网页
 
 
toDownload();
// 新的方法
function toDownload(){
var u = navigator.userAgent;
var ua = u.toLowerCase();
if (/iphone|ipad|ipod/.test(ua)) { // ios 系统 -> 跳AppStore下载地址
//alert("iOS");
window.location.href = ‘https://itunes.apple.com/cn/app/xxxxxxx/id1124348115?mt=8‘;
} else if ( /android/.test(ua)) { // 安卓系统 -> 跳安卓端下载地址
window.location.href = ‘http://xxxxxxx.cn/release/xxxx-release.apk‘;
//alert("android");
} else if (IsPC()){ // PC端
 
}
}
 
 
// 修改前的代码
/*
function goDownload() {
var u = navigator.userAgent, app = navigator.appVersion;
var isAndroid = u.indexOf(‘Android‘) > -1 || u.indexOf(‘Linux‘) > -1;
var isIOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
// 是安卓浏览器
if (isAndroid) {
window.location.href = ‘http://xxxxxxx.cn/release/xxxx-release.apk‘; // 跳安卓端下载地址
}
// 是iOS浏览器
if (isIOS) {
window.location.href = ‘https://itunes.apple.com/cn/app/xxxxxxx/id1124348115?mt=8‘; // 跳AppStore下载地址
}
 
// 是微信内部webView
if (is_weixn()) {
alert("请点击右上角按钮, 点击使用浏览器打开");
}
 
// 是PC端
if (IsPC()) {
window.location.href = ‘http://www.xxxxxxx.cn/index.html‘; // 公司主页
}
}
// 是微信浏览器
function is_weixn(){
var ua = navigator.userAgent.toLowerCase();
if(ua.match(/MicroMessenger/i)=="micromessenger") {
return true;
} else {
return false;
}
}
*/
 
function IsPC() {
var userAgentInfo = navigator.userAgent;
var Agents = ["Android", "iPhone",
"SymbianOS", "Windows Phone",
"iPad", "iPod"];
var flag = true;
for (var v = 0; v < Agents.length; v++) {
if (userAgentInfo.indexOf(Agents[v]) > 0) {
flag = false;
break;
}
}
return flag;
}
 
</script>
</body>
</html>

以上是关于Victor / hebingdaima的主要内容,如果未能解决你的问题,请参考以下文章

Victor and String[Bestcoder #52 1004](回文树)

Victor / hebingdaima

HDU 5418 Victor and World 允许多次经过的TSP

codeforces 460D:Little Victor and Set

零知识协议

text usuarios en el sistema de victor infounsa