function getBroserType() {
if (.toLoerCase().indexOf('se 2.x')>-1) {
return 'Sougo';
} else if (.toLoerCase().indexOf('maxthon')>-1) {
return 'maxthon';
} else if (.toLoerCase().indexOf('qqbroser')>-1) {
return 'qqbroser';
} else if (.toLoerCase().indexOf('msie')>-1) {
return 'IE';
} else if (/chrome\/(\d+\.\d+)/()) {
return 'Chrome';
} else if (/firefox\/(\d+\.\d+)/()) {
return 'Firefox';
} else {
return 'other';
}
}
var brosert_type = getBroserType();
var adsLogParams = {
type: 2014,
page: 'question',
action: 'ads_block_info_hour',
is_topangmeng_should_sho: xt('ads_log_toprequest') || 0,
is_topangmeng_truely_sho: is_topads_truely_sho,
is_bottomangmeng_should_sho: xt('ads_log_bottomrequest') || 0,
is_bottomangmeng_truely_sho: is_bottomangmeng_truely_sho,
is_leftads_should_sho: xt('ads_log_leftdon') || 0
本章未完,请点击下一页继续阅读!