We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const circle = new Circle({ ... })
后执行脚本应当能够访问到 circle 变量
circle
{ "demos": [ { "filename": "案例代码文件", "title": { "zh": "标题", "en": "Title" }, "screenshot": "截图", "pre-exec": "预执行脚本文件", "post-exec": "后执行脚本文件" } ] }
将一些用户不需要感知的逻辑从案例代码中隐藏,例如
The text was updated successfully, but these errors were encountered:
No branches or pull requests
诉求
后执行脚本应当能够访问到
circle
变量用途
将一些用户不需要感知的逻辑从案例代码中隐藏,例如
The text was updated successfully, but these errors were encountered: