如何将此String变量转换为List?
String
List
def ids = "[10, 1, 9]"
我尝试过:as List和toList();
toList();
java string groovy list
groovy ×1
java ×1
list ×1
string ×1