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
for y in range(0, len(link)): link[y] = link[y].replace('html', ' + ', 100).replace('\"/', ' + ', 100).split(' + ')
去查 enumerate,可以用它設計這邊的程式,或是用list comprehension也可以
The text was updated successfully, but these errors were encountered:
AugustHong
No branches or pull requests
去查 enumerate,可以用它設計這邊的程式,或是用list comprehension也可以
The text was updated successfully, but these errors were encountered: