除了First_mod之外,每个类都有自己的“接口生成器”-- N_builder -模板类:struct First_mod //First element inmust be generated next sequence and stored in * First_mod<3> - A_mod<5-3, 5> - B_mod<2*(5-3), 2>
*&
我正在尝试通过Django rest框架创建一个应用程序接口,并使用NextJS作为前端。
我可以毫无错误地获取所有的post数据。但是,当我尝试获取一个帖子的数据时,它给出了一个错误提示:"Page not found (404) The current path,api/ post /1,not match it The currentpath,api/posts/1,not match of any one“。下面是我的api文件夹