H5截图功能!
varpage=require('webpage').create();varargs=require('system').args;varurl=args[1];varfilename=args[2];varcliptop=args[3];varclipleft=args[4];varclipwidth=args[5];varclipheight=args[6];//letf:0,//width:1000,//height:410page.viewportSize={width:1000,height:480};page.clipRect={top:cliptop,left:clipleft,width:clipwidth,height:clipheight};page.open(url,function(){window.setTimeout(function(){page.render(filename);phantom.exit();},15000);});
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。