久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      asp怎么在桌面上創(chuàng)建快捷方式?

      asp怎么在桌面上創(chuàng)建快捷方式?將下面一段代碼放入html文件中,采用VBScript動態(tài)生成的喲,即可在桌面上建立一快捷方式:

      <script language=”VBScript”>

      Set Shell = CreateObject(“WScript.Shell”)

      DesktopPath = Shell.SpecialFolders(“Desktop”)

      Set link = Shell.CreateShortcut(DesktopPath + “IT知道網(wǎng).lnk”)

      link.Description = “IT知道網(wǎng)”

      link.TargetPath = “”

      link.Save()

      </script>

       

      分享到: 更多

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號