java小技巧

2018-08-14  本文已影响0人  张嘉嘉呵呵哒

1.ArrayList转String[]

String[] arrString = (String[])files.toArray(new String[0]) ;
上一篇 下一篇

猜你喜欢

热点阅读