from flask import Blueprint, request post_pages = Blueprint("posts", __name__) @post_pages.get("/post/<string:title>") def ...
確定! 回上一頁