From 6f1ead088dcb9ede78dafd0fec5d200852800237 Mon Sep 17 00:00:00 2001 From: hjdhnx Date: Wed, 12 Oct 2022 10:07:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\346\234\200\345\274\272js\345\274\225\346\223\216.md" | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git "a/python\346\234\200\345\274\272js\345\274\225\346\223\216.md" "b/python\346\234\200\345\274\272js\345\274\225\346\223\216.md" index 4e08320..ca34492 100644 --- "a/python\346\234\200\345\274\272js\345\274\225\346\223\216.md" +++ "b/python\346\234\200\345\274\272js\345\274\225\346\223\216.md" @@ -8,12 +8,12 @@ | ---- | ---- |---- |---- |---- |---- |---- | | [pyv8](https://github.com/emmetio/pyv8-binaries)|较差|❌|✅|少|差|年代久远,可以放弃了 | [PyExecJS](https://github.com/doloopwhile/PyExecJS)|差|❌ |❌|多|好|年代久远,应用挺多,勉强能用 -| [v8py](https://github.com/tbodt/v8py)|好|✅|✅|少|差|文档少,架构兼容性差,不太会用 +| [v8py](https://github.com/tbodt/v8py)|好|✅完美支持|✅|少|差|文档少,架构兼容性差,不太会用 | [pyjsparser](https://github.com/PiotrDabkowski/pyjsparser)|一般|❌|❌|少|差|几乎不用 -| [dukpy](https://github.com/amol-/dukpy)|好|部分支持|不确定|几乎没有|差|没见人用过 +| [dukpy](https://github.com/amol-/dukpy)|好|❌部分支持|不确定|几乎没有|差|没见人用过 | [py_mini_racer](https://github.com/sqreen/PyMiniRacer)|一般|✅|❌|少|差|不支持js交互,文档少,架构兼容性差,不怎么会用 -| [js2py](https://github.com/PiotrDabkowski/Js2Py) | 一般 |部分支持,实际应用鸡肋|✅|还行|好|python交互好,没得选了 -| [quickjs](https://github.com/PetterS/quickjs) | 好 |完美支持|部分支持|几乎没有|好|有测试案例代码,看完就会用,issue有人提了交互的更多代码 +| [js2py](https://github.com/PiotrDabkowski/Js2Py) | 一般 |❌部分支持,实际应用鸡肋|✅|还行|好|python交互好,没得选了 +| [quickjs](https://github.com/PetterS/quickjs) | 好 |✅完美支持|部分支持|几乎没有|好|有测试案例代码,看完就会用,issue有人提了交互的更多代码 ### 本项目的最终选择 -- GitLab