如何在“请求”中使用帖子firefox-addon-sdk 的功能
我读到了有关“请求”功能的链接: https://addons .mozilla.org/en-US/developers/docs/sdk/1.1/packages/addon-kit/docs/request.html
我想使用“post”方法。没有关于如何使用 post 方法将变量从 JS 发送到我的服务器的解释或示例。我该怎么做呢?
I read about function 'Request' as this link:
https://addons.mozilla.org/en-US/developers/docs/sdk/1.1/packages/addon-kit/docs/request.html
And I would like to use the "post" method. There is no explaination or example on how to send a variable from JS to my server with the post method. How can I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需将该页面示例中的 get() 调用更改为 post() 即可。
You just change the get() call in the example on that page with post().