Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下是我遇到问题的 Recess Framework 代码。
/** !Route GET, /abc/$text */ function xyz($text) {
如果$text是一个句子。我们如何通过 HTTP GET 得到一个句子。我现在只能发送一个单词,这与普通的 URL GET 不同,我可以键入 + 来添加更多单词。
$text
在 RECESS 中,它是一个 REST API 调用,而 GET 用于获取查询的响应。
大多数情况下,我们通过作为数据库主键的 URL 传递一个 ID。