摘要: 1、VBS获取系统安装路径 /*先定义这个变量是获取系统安装路径的,然后我们用“&strWinDir&”调用这个变量。*/ setWshShell = WScript.CreateObject("WScript.Shell") strWinDir= WshShell.ExpandEnvironmen 阅读全文
posted @ 2018-06-27 10:42 zow 阅读(1058) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文
posted @ 2018-06-14 13:02 zow 阅读(210) 评论(0) 推荐(0)