Skip to content
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

jsonp实现章节,回调执行完毕后删除window上的挂载 #35

Open
HduSy opened this issue Dec 19, 2023 · 0 comments
Open

jsonp实现章节,回调执行完毕后删除window上的挂载 #35

HduSy opened this issue Dec 19, 2023 · 0 comments

Comments

@HduSy
Copy link

HduSy commented Dec 19, 2023

// 4.挂载回调函数
window[cbFuncName] = function (data) {
    callback(data);
    // 处理完回调函数的数据之后,删除jsonp的script标签
    document.body.removeChild(scriptEle);
    delete window[cbFuncName]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant