Passing a string array as a parameter to a function java

后端 未结 8 996
清酒与你
清酒与你 2020-12-16 20:09

I would like to pass a string array as a parameter to a function. Please look at the code below

String[] stringArray = {\'a\', \'b\', \'c\', \'d\', \'e\'};
         


        
8条回答
提交回复
热议问题