Read the contents of the CSV file in beanshell, the same code can be executed in IDEA, but an error is reported in beanshell:
ERROR oajuBeanShellInterpreter: Error invoking bsh method: eval In file: inline evaluation of: ``import java.io.BufferedReader; import java.io.FileReader; import java.util.Array...'' Encountered "=" at line 9, column 24.
Delete the specified String in the List and run again, and the run is successful
Guess: Generics in Java are not supported in beanshell.