欢迎访问服务器技术网-www.fuwuqijishu.com

如何获得汉字的区位码

程序设计 fuwuqijishu 2年前 (2022-10-01) 12次浏览 0个评论 扫描二维码

关于编写一个程序实现获取从键盘输入的汉字的区位码。(最好用VB或TC)
如有源代码那就更完美了!!!的问题

‘用VB制作的…选在窗体上建一文本框和一个按钮之后在command1里输入这些代码
Dim a1() As Byte,b1 as , b1 As String
b1 = Text1.Text ‘假设要查的区位码文字是由text1.text取得
If b1 = “” Then Exit Sub
If Asc(b1)

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2413.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900