后UI项目 :smiling_face_with_heart-eyes: 观看现场演示: : 这个简单的网站共有3页: 主页: / 添加/编辑帖子页面: /add-edit-post.html 帖子详细信息页面: /post-detail.html :red_question_mark: 您可能有的问题 什么是查询参数和示例? 查询参数是问号后的部分。 Let break the following url into smaller parts: URL: https://js-post-api.herokuapp.com/api/posts?_limit=10&_page=1 - origin: "https://js-post-api.herokuapp.com" - pathname: "/api/posts" - search: "?_limit=10&_page=1" - When you parse search, you'll get query pa