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.
如何遍历 Kapacitor 滴答脚本中的字符串列表。?
var packages = [ 'package1', 'package2' ] for package in packages { //Do Something.. }
是否有任何 lambda 表达式来执行此操作