SkPatcher

修改 Skulpt 以添加加载 js 库功能。

As of 2024-03-25. See the latest version.

Author
lrs2187
Ratings
0 0 0
Version
0.2.2
Created
2024-03-23
Updated
2024-03-25
Size
1.84 KB
License
MIT
Applies to

SkPatcher

修改 Skulpt 以添加一些功能功能。

1.添加 import 函数来实现导入第三方库。

示例:

__import__("https://example.com/example.js", "example") # 加载 js/py 脚本
import example # 运行脚本

支持学而思编程 webpy 编辑器、编程猫 turtle 编辑器。

长期地址
遇到问题?请前往 GitHub 提 Issues。