摘要:
//active 控件获取当前用户的桌面的路径的方法 var wsh = new ActiveXObject("wscript.shell"); listall(wsh.SpecialFolders("Desktop")); function listall(imagePath){ // active 控件读取桌面指定名称图片的方法 ... 阅读全文
摘要:
public static void main(String[] args) { testList2Array(); // testArray2List(); // testSet2List(); // testList2Set(); // testSet2Array(); /... 阅读全文