??????ipython?????????????????????????title?б?
from selenium import webdriver
import exescript
d=webdriver.PhantomJS("phantomjs")
d.get("http://www.cnblogs.com/")
exejs=exescript.ExeJs(d)
exejs.exeWrap('$(".post_item").length')
print exejs.getMsg()
#out:
"""
20
"""
jsstr="""(function(){
var r=[];
$(".post_item").each(function(){
var $this=$(this);
var $h3=$this.find("h3");
r.push($h3.text());
});
return r.join('??');})()"""
exejs.exeWrap(jsstr)
l=exejs.getMsg()
for title in l.split('??'):
print title
#out:
"""
mac TeamTalk???????ε???——DDLogic???????
The directfb backend was supported together with linux-fb backend in GTK+2.10
Science??????????????
?????????Ч??????????????????????c#?????????SQL server??SQLite??ACCESS????????  ????????????????5G????
??????????(??)?????????????????????????DOM?????
Unity3D ????? 00 ???????U3D??????
Welcome to Swift (??????Swift???????????????)---140~147?(??????--????????)
appium????????11??——???resource id??λ
SQL??????(?????—— ??????????????
fopen???洦????
AndroidWear?????HelloWorld?
AMD and CMD are dead?KMD.js?汾0.0.2????
SQL??????(????——???????????顢???????????
DevExpress GridControl???????
ASP.NET?Jquery???????
2014????????????
grunt???????????????л???&grunt-cli??????
???????????????????????????????????
ASP.NET?Ajax??У????
??????????
"""