记事本++如何运行curl请求?
我想知道是否有任何方法可以在记事本++中运行curl
我遇到了 http://net.tutsplus.com/articles/news/cross-browser-css-in-seconds-with-prefixr/ 其中显示了如何运行终端中的 http://prefixr.com/
有什么想法吗? 谢谢
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Notepad++ 中的 NppExec 插件创建一个脚本来调用 CURL。我使用curl 使用以下 NppExec 脚本提交 SQL 进行格式化。
Use NppExec plugin within Notepad++ to create a script to invoke CURL. I use curl to submit SQL for formatting using following NppExec script.
您可以下载 NppExec 插件,它将命令提示符嵌入到 notepad++ 中,然后从命令行运行您需要的任何内容。
要获取它,请转到插件 ->插件管理器->显示插件管理器并找到“NppExec”
You can download the NppExec plugin which embeds a Command Prompt into notepad++ then run anything you need from the command line.
To get it, go to Plugins -> Plugin Manager -> Show Plugin Manager and find "NppExec"