// JavaScript Document function switchLabel( strTitleLabel, strListLabel, strMoreLabel, intFocusId, intIdCount, strFocusCss, strBlurCss ) { for ( i=0; i0){ document.charset='utf-8'; } setTimeout(function(){ document.charset = docCharset; }, 50); } // 生成热词的开始 jQuery.support.cors = true; $(function(){ $.ajax({ dataType:'jsonp', url:'http://s.lrn.cn/search/words_jsoup.jsp', success:function(words){ if(words && words.length > 0){ var $words = $('#jrobot_hotwords'); var limit = $words.data('limit'); $.each(words, function(index, word){ if(index+1 > limit){ return; } // 每个词的css请在这里改 $words.append('' + word + ''); }); } } }); }); // 生成热词结束