JS implementation to obtain from Baidu, Google,soso,sogou keyword methods _javascript skills

Source: Internet
Author: User

This article describes the JS implementation of the acquisition from Baidu, Google,soso,sogou keyword methods. Share to everyone for your reference, specific as follows:

* Can get users, through which keyword access to the page, you can add Sogou,soso, Youdao search engine
/var refer=document.referrer;
var sosuo=refer.split (".") [1];
var grep=null;
var str=null;
var keyword=null;
Switch (Sosuo) {case
 "Baidu":
  grep=/wd\=.*\&/i;
  Str=refer.match (grep)
  keyword=str.tostring (). Split ("=") [1].split ("&") [0];
  Console.log (decodeuricomponent (keyword));
 break;
 Case "Google":
  grep=/&q\=.*\&/i;
  Str=refer.match (grep)
  keyword=str.tostring (). Split ("&") [1].split ("=") [1];
  Console.log (decodeuricomponent (keyword));
 break;


More readers interested in JavaScript-related content can view the site topics: "JavaScript Search Algorithm Skills Summary", "JavaScript data structure and algorithm skills summary", "JavaScript traversal algorithm and Skills summary", " A summary of JSON manipulation techniques in JavaScript, a summary of JavaScript switching effects and techniques, a summary of JavaScript animation effects and techniques, JavaScript errors and debugging tips, and a summary of JavaScript mathematical operational usage

I hope this article will help you with JavaScript programming.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.