首先執行以下代碼:
;(function(d,s){d.body.appendChild(s=d.createElement('script')).src='http://code.jquery.com/jquery-1.9.1.min.js'})(document);
然后執行像下面的代碼就不會出現$未定義的錯誤了:
setInterval(function()( { $(".honor_button").click(); }, 1000);
