设为首页收藏本站Access中国

Office中国论坛/Access中国论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

返回列表 发新帖
楼主: linjingdr
打印 上一主题 下一主题

[查询] [分享]ChrW()函数中的charcode值与字符之间的转换与查询方法

[复制链接]
31#
发表于 2008-5-1 23:23:55 | 只看该作者
999999
32#
发表于 2008-5-29 20:52:33 | 只看该作者

我正苦找不到这些值呢
33#
发表于 2008-5-30 00:31:20 | 只看该作者
ddddd
34#
发表于 2008-5-30 08:58:55 | 只看该作者
学习[:50]
35#
发表于 2008-5-30 09:07:37 | 只看该作者
窗体使用C编辑了两个功能模块,有哪位大虾帮忙翻译成vb[:50]
function runFromCharCode()
{
        input = document.fromCharCode.input.value;
        //alert(input);
        output = eval("String.fromCharCode(" + input + ")");
        //alert(output);
        document.fromCharCode.output.value = output;
}
function runCharCodeAt()
{
        input = document.charCodeAt.input.value;
        //alert(input);
        output = "";
        for(i=0; i<input.length; ++i)
        {
                if(output != "") output += ", ";
                output += input.charCodeAt(i);
        }
        //alert(output);
        document.charCodeAt.output.value = output;
}
36#
发表于 2008-11-16 00:15:10 | 只看该作者
真是好东西,我都要郁闷死了~~!
37#
发表于 2008-11-20 15:10:42 | 只看该作者

回复 1# 的帖子

???????????????????
38#
发表于 2008-11-20 16:40:56 | 只看该作者

学习

学习学习
39#
发表于 2008-11-20 20:25:39 | 只看该作者
学习学习学习
40#
发表于 2008-12-6 01:29:51 | 只看该作者
正需要这个
您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|站长邮箱|小黑屋|手机版|Office中国/Access中国 ( 粤ICP备10043721号-1 )  

GMT+8, 2024-9-21 20:31 , Processed in 0.114468 second(s), 33 queries .

Powered by Discuz! X3.3

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表