We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我想多加几张图片, 但发现只有刷新之后在第一张网上翻才会出现加的那张照片,之后就再也不会出现了
The text was updated successfully, but these errors were encountered:
是啊耿耿过
Sorry, something went wrong.
需要使用特定方法增删图片
pw.prepend(DOM_NODE); //前增页面 pw.append(DOM_NODE); //后增页面 pw.insertBefore(DOM_NODE,index); //在index前添加 pw.insertAfter(DOM_NODE,index); //在index后添加 pw.remove(index); //删除第index页面
No branches or pull requests
我想多加几张图片, 但发现只有刷新之后在第一张网上翻才会出现加的那张照片,之后就再也不会出现了
The text was updated successfully, but these errors were encountered: