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.
我想从终端调用在控制器页面中编写的操作,以便应用程序无需正常单击即可工作。
可能吗?如果有怎么办?
我使用Grails作为编程语言,使用Ubuntu作为操作系统。
您可以在 curl 的帮助下执行此任务。sudo apt-get install curl
curl full_path_of_action 例如:
curl http://example.com:8080/ApplicationName/controllerName/actionName