
怎么通过ascii 把数字转换成字母
4个回答
展开全部
将字符串转化为数字的方法:
DIM I AS LONG
I=ASC("a");
将ASCII转化为字符串的方法:
DIM I AS STRING
I=char(97)。
DIM I AS LONG
I=ASC("a");
将ASCII转化为字符串的方法:
DIM I AS STRING
I=char(97)。
展开全部
$ python
Python 2.7.3 (default, Jan 2 2013, 16:53:07)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> print chr(65)
A
>>>
Python 2.7.3 (default, Jan 2 2013, 16:53:07)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> print chr(65)
A
>>>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2015-07-03 · 知道合伙人教育行家
关注

展开全部
$ python
Python 2.7.3 (default, Jan 2 2013, 16:53:07)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> print chr(65)
Python 2.7.3 (default, Jan 2 2013, 16:53:07)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> print chr(65)
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
如果,a=65,chr(a)就是字符了
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |