Python django 代码如下. class VuetestView(View): def post(self, request): # request.body返回的是bytes形式的数据因此需要先转成str形式 ...
確定! 回上一頁