2996.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 22 行

HTML
22
字号
<html>
  <head>
    <title>使用 UNC</title>
  </head>
  <BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="red" VLINK="#808080" ALINK="">
    <center>
      <h1>使用 UNC</h1>
    </center>

<HR><p>
Posted by <a href="mailto:yfwu@iname.com">小吴</a> on May 27, 1998 at 17:27:23:<p>
In Reply to: <a href="2990.html"><b>头疼的问题</b></a> posted by Tikky on May 27, 1998 at 06:48:27:<p>
Windows 95 已经完整支援 UNC 了。你只要使用下面的格式就可以存取网路上的资源。<br>\\电脑名\资源名<p>例如你要开启电脑 Johnny 的 Data 资源下的 Score.txt 档,只要<p>Open "\\Johnny\Data\Score.txt" For Input As #1<p>即可
<br>
<p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 2996-->
</ul><!--end: 2996-->
<br><HR><p>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?