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.
我在 api connect 中使用网关脚本。当条件匹配时,我想打破“for循环”。是否可以使用 Break 语句?如果没有,请提出替代方法。
来自 IBM 参考:
当您为 GatewayScript 编写程序时,请使用符合以下规范的编程技术:
根据 EMACScript 5.1 标准,您可以在For语句中使用break 。
EMAC5.1 参考
网关编程模型和网关脚本