如何列出windows下的逻辑分区?

    技术2022-05-11  12

    <script type="text/javascript"> google_ad_client = "pub-8800625213955058"; /* 336x280, 创建于 07-11-21 */ google_ad_slot = "0989131976"; google_ad_width = 336; google_ad_height = 280; // </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> public void ListDisks() { File[] roots = File.listRoots(); for (int i=0; i

    最新回复(0)