8280.html

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

HTML
23
字号
<html>
  <head>
    <title>thank you</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>thank you</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:richard@mail.high-way.com.tw">richard</a> on December 14, 1998 at 14:31:09:<p>
In Reply to: <a href="8276.html">Re: 如何才能取到真正想要的子字串</a> posted by Roger on December 14, 1998 at 13:58:48:<p>
: : 大家好,请问要如何才能取到我真正所要的字串长度?<br>: : MIDB(str1,1,8)并不能达成要求<p>: 因为windows 95内部用码原则跟原本dos/windows 3.1<br>: 不一样.<br>: 你取字串长度要用另一种方式,<br>: 不然可以把它转换成byte array,<br>: 那它就会乖乖地要几个byte就是几个byte了.<p>: dim str1 as variant<br>: dim b() as byte<br>: b()=str1<br>thank you<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 8280-->
</ul><!--end: 8280-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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