int(anyData) #any into integer str(anyData) #any into string ord(chr) #character into number hex(int) #integer into hexadecimal string ...
確定! 回上一頁