-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
解决matplot绘制过慢 #14
Comments
首先要理解promise: async function aa()
{
console.log("aa");
await new Promise(resolve=>{ setTimeout( ()=>{console.log("xx");resolve("ok");},10 )});
console.log("bb");
} |
"google.com, pub-8319785630586631, DIRECT, f08c47fec0942fa0" |
(async() => {
})(); function setLocalStorage(obj) { function getLocalStorage(key = null) { |
for (let i =0;i<8;i++) // 监听来自content-script的消息 }); |
之前的代码
是这样的
改了之后是这样的
图形秒出
我明白了
类似于range 和xrange
The text was updated successfully, but these errors were encountered: