function BookInfo(vCaption){
this.Caption=vCaption;
var curPage=0;
this.setPage=function(vData){
curPage=vData;
}
this.getPage=function(){
return curPage;
}
}
function test(){
var objTest=new BookInfo("QQ:359252363");
objTest.setPage(1000);
}
this.Caption=vCaption;
var curPage=0;
this.setPage=function(vData){
curPage=vData;
}
this.getPage=function(){
return curPage;
}
}
function test(){
var objTest=new BookInfo("QQ:359252363");
objTest.setPage(1000);
}