1\取ASCII为:
var
 C:Char;
 I:integer;
begin
 i:=Ord(C);
end;
2\S可能不能转化为整型吧,如S='asdf',如何转?
3\A、B转化为二进制再And,再把结果化为整形//try!