self_example/Spider/Chapter11_JavaScript逆向/代码混淆测试/test.py

13 lines
172 B
Python

# -*- encoding:utf-8 -*-
'''
@Author : dingjiawen
@Date : 2024/01/12 14:28
@Usage :
@Desc :
'''
a ="eyJ1c2VybmFtZSI6ImFkbWluIiwicGFzc3dvcmQiOiJhZG1pbiJ9"
print(len(a))