将大写字母转换为小写字母并显示ascii值##判断大小写,用ascii码,a-z的是97-122,A-Z的是65-90 ##ord():输出ascii码, chr(),返回ascii对应的字符"""ch=input("请 ...
確定! 回上一頁