摘要: //active 控件获取当前用户的桌面的路径的方法 var wsh = new ActiveXObject("wscript.shell"); listall(wsh.SpecialFolders("Desktop")); function listall(imagePath){ // active 控件读取桌面指定名称图片的方法 ... 阅读全文
posted @ 2017-04-11 23:12 Mr_伍先生 阅读(2752) 评论(0) 推荐(0)
摘要: public static void main(String[] args) { testList2Array(); // testArray2List(); // testSet2List(); // testList2Set(); // testSet2Array(); /... 阅读全文
posted @ 2017-04-11 23:07 Mr_伍先生 阅读(216) 评论(0) 推荐(0)