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.
虽然不常见,但规范中并没有明确禁止使用正文发出 HTTP GET 请求。如何使用 Angular.js 做到这一点?我试过这个,但没有奏效:
$http({ method: 'GET', url: '/search', data: requestBody });
有没有人这样做过?