摘要:
取参数值的方法有很多,个人记录一个方便好用的 //查询参数(参数名)function GetQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); var r = decodeURI(window.loc 阅读全文
摘要:
using System;using IWshRuntimeLibrary;using System.IO;namespace UavSystem.Common{ public class ShortcutCreator { //需要引入IWshRuntimeLibrary,搜索Windows Sc 阅读全文