self_example/Spider/Chapter11_JavaScript逆向/python模拟执行Js/test.py

15 lines
164 B
Python

# -*- encoding:utf-8 -*-
'''
@Author : dingjiawen
@Date : 2024/01/12 20:11
@Usage :
@Desc :测试执行js的环境
'''
import execjs
print(execjs.get().name)