21081.html
来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 26 行
HTML
26 行
<html> <head> <title>有开快速开启文字档。</title> </head> <body bgcolor="#FFFFFF" vlink="#808080"> <center> <h1>有开快速开启文字档。</h1> </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by ComBilLi on November 07, 1999 at 13:46:12:<p>如果用以下方法开文字档:<br>Open "1.txt" For Output As #1<br>txt$ = Input$(LOF(1),#1)<br>Close #1<br>Text1.Text = txt$<br>虽比用Line Input快,但不能开启带有中文的txt file,有没有方法解决?<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 21081--><!--top: 21103--><li><a href="21103.html">Re: 有开快速开启文字档。</a> <b>XGT</b> <i>04:03:15 11/08/99</i>(<!--responses: 21103-->0)<ul><!--insert: 21103--></ul><!--end: 21103--></ul><!--end: 21081--><br><hr size=7 width=75%><p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?