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
from datetime import datetime, timedelta import threading import requests import json import re
通常會分段,變成:
The text was updated successfully, but these errors were encountered:
topic = self.topic, author = self.author, datetime = self.datetime, text = self.text
不用兩個空白
Sorry, something went wrong.
程式碼分段...
if __name__ == '__main__': target = myspider.Spider('https://tw.news.yahoo.com/') target.add_channel('https://tw.news.yahoo.com/society/') target.add_channel('https://tw.news.yahoo.com/finance/') target.add_channel('https://tw.news.yahoo.com/art-edu/') target.start()
分段後:
linroex
No branches or pull requests
通常會分段,變成:
The text was updated successfully, but these errors were encountered: