def _get_timestamp():
"""
? http://www.toutiao.com/search_content/ ????????????????
??????????????????????????? datetime.today() ??
??????????????????????
"""
row_timestamp = str(datetime.timestamp(datetime.today()))
return row_timestamp.replace('.', '')[:-3]
评论列表
文章目录