Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 4 位十进制数,比如 1234。我想将此数字拆分为 4 个单独的 ASCII 值,例如“1”、“2”、“3”、“4”。
该过程不应包括除法运算或整数到字符串的转换等。
您想提取数字的每个数字并添加“0”。如果这不符合您的要求,请随时忽略。
您可以随时更改除法运算符减法。