1688.html

来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 26 行

HTML
26
字号
<html>  <head>    <title>范例</title>  </head>  <BODY BACKGROUND="" BGCOLOR="white" TEXT="black" LINK="red" VLINK="#808080" ALINK="">    <center>      <h1>范例</h1>    </center><HR><p>Posted by <a href="mailto:yfwu@iname.com">小吴</a> on January 13, 1998 at 22:27:53:<p>In Reply to: <a href="1683.html"><b>Re: 自已写程式或是用 Shell</b></a> posted by 蛇蛇 on January 13, 1998 at 03:18:54:<p>Dim bBuffer() As Byte<p>Open "C:\xxx.in" For Binary As #1<br>Open "C:\xxx.out" For Binary As #2<br>bBuffer = InputB(LOF(1), 1)<br>Put #2, , bBuffer<br>Close 1, 2<br><br><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 1688--><!--top: 1694--><li><a href="1694.html"><b>Re: 范例</b></a> 蛇蛇 <i>03:31:58 1/14/98</i>(<!--responses: 1694-->0)<ul><!--insert: 1694--></ul><!--end: 1694--></ul><!--end: 1688--><br><HR><p></body></html>

⌨️ 快捷键说明

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