我有一个ajax调用,它从网站上获取了很多很多页面的内容,但是有时它无法打开流,即使无法打开流的相同确切链接工作得很好,当我再次运行它们时。问题是,其他链接无法打开流。任何人都知道为什么会这样吗?
// returns the width of a page as a percentage of the ViewPager width
@Override
public float getPageWidth(int position) {
return 1F / (float) numImagesVisible;
}