Django-html前端,python后端
Django参考链接:https://www.runoob.com/django/django-tutorial.html 安装 本次安装环境为Ubuntu 22.04.3(WSL),其中python3.10无法用pip3安装django,只能退回旧版(python3.9)。sudo apt u ... 继续阅读 »
Django参考链接:https://www.runoob.com/django/django-tutorial.html 安装 本次安装环境为Ubuntu 22.04.3(WSL),其中python3.10无法用pip3安装django,只能退回旧版(python3.9)。sudo apt u ... 继续阅读 »
selenium插件基础使用 需要的包 from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.chrome.options import Optio ... 继续阅读 »