Skip to content
标签
欢迎扫码关注公众号

Java 数组和 List 互转

数组转 List

java
List<String> seats = java.util.Arrays.asList(strSeats.split(","))

List 转数组

java
seats.toArray(new String[seats.size()])

参考

Page Layout Max Width

Adjust the exact value of the page width of VitePress layout to adapt to different reading needs and screens.

Adjust the maximum width of the page layout
A ranged slider for user to choose and customize their desired width of the maximum width of the page layout can go.

Content Layout Max Width

Adjust the exact value of the document content width of VitePress layout to adapt to different reading needs and screens.

Adjust the maximum width of the content layout
A ranged slider for user to choose and customize their desired width of the maximum width of the content layout can go.