Reverse decimal digits in javascript

后端 未结 14 917
灰色年华
灰色年华 2021-02-05 16:24

How do I reverse the digits of a number using bitwise?

input:

x = 123; 

output:

x = 321; 
14条回答
  •  情书的邮戳
    2021-02-05 17:11

    
    
    
    

提交回复
热议问题