1.下载依赖 npm i chinese-lunar-calendar 2.局部使用 import { getLunar } from chinese-lunar-calendar; 3.使用
getLunar(new Date().getFullYear(), new Date().getMonth() 1, new Date().getDate())
结果
观察翻页时详情页面url地址变化规律
import json
from os import makedirs
from os.path import exists
import requests
import logging
import re
from urllib.parse import urljoin
import multiprocessing# 定义了下日志输出级别和输出格式
logging.basicConfig(levellog…