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
您好, 如题, 引用系统的 module, 如 os, `// const os = require('os'); import * as os from "os";
function main() {
console.log('程序开始'); console.log('暂停 2 秒'); os.sleep(2); console.log('暂停 1 秒'); os.sleep(1); console.log('程序结束');
}
main();`
会报错
The text was updated successfully, but these errors were encountered:
这部分是平台扩展的能力,Android 里没有集成这部分能力
Sorry, something went wrong.
No branches or pull requests
您好, 如题, 引用系统的 module, 如 os,
`// const os = require('os');
import * as os from "os";
function main() {
}
main();`
会报错
The text was updated successfully, but these errors were encountered: