요청하신 페이지는 현재 사용 중인 언어로 제공되지 않습니다. Chrome에 내장된 번역 기능을 사용하면 어떤 웹페이지라도 원하는 언어로 즉시 번역할 수 있습니다.

How is the Google AJAX API loader used?

With the Google AJAX API loader, you can use a single script tag, whether you're using a single AJAX API or multiple ones. The loader is loaded using a script tag of:

<script type="text/javascript" src="http://www.google.com/jsapi?key=YOUR-KEY"></script>

Once you have the loader available, you can request additional modules using the google.load() method:
<script type="text/javascript"> 
  google.load("feeds", "1");
  google.load("search", "1");
</script>
Main menu
14660589388813522166
true
Search Help Center
true
true
true
false
false