sunnyishere 2012-02-10
在地址栏中输入javascript:void((function(){var scripts = document.createElement("script");scripts.setAttribute("src","http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js");document.body.appendChild(scripts);}}));
然后就可以在控制台使用jquery了
或者直接在控制台输入上述语句,然后再写你的js程序