ActionScript and javascript supports >>> operator. I am converting an actionscript of base64 encoding/decoding using python. I know base64 is available and this is for learning purpose. python doesn t have "..." operator. base64 action script
缩略语
- o1 = bits >>> 16 & 0xff;
- o2 = bits >>> 8 & 0xff;
我如何将这些路线转化为on?