摘要: // 注意:首先要在项目中添加引用 System.Management using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Management; publ 阅读全文
posted @ 2020-04-13 14:24 恋上微笑的天使 阅读(1003) 评论(0) 推荐(0)
摘要: <html> <head> <title>HTML元素的显示与隐藏控制</title> <script type="text/javascript"> function showAndHidden1(){ var div1=document.getElementById("div1"); var d 阅读全文
posted @ 2020-04-13 14:18 恋上微笑的天使 阅读(280) 评论(0) 推荐(0)
摘要: //打开文档 System.Diagnostics.Process.Start(文件路径); //打开文件夹,并选中文档 System.Diagnostics.Process.Start("Explorer.exe", "/select,"+ 文件路径+"//"+文件名); 阅读全文
posted @ 2020-04-13 11:28 恋上微笑的天使 阅读(762) 评论(0) 推荐(0)