摘要:
JS 测试代码 function test(){ return "你好,世界!"; } python 代码 import execjs def func1(): # 默认subprocess.Popen的编码与open保持一致,都为 cp936 with open('./test.js', 'r') 阅读全文
posted @ 2025-02-08 20:54 土豆茶子 阅读(54) 评论(0) 推荐(0)
|
摘要:
JS 测试代码 function test(){ return "你好,世界!"; } python 代码 import execjs def func1(): # 默认subprocess.Popen的编码与open保持一致,都为 cp936 with open('./test.js', 'r') 阅读全文
posted @ 2025-02-08 20:54 土豆茶子 阅读(54) 评论(0) 推荐(0) |
||