docs: improve the docs translation. (#423)

This commit is contained in:
MonsterPi 2024-03-31 18:04:32 +08:00 committed by GitHub
parent 078cf5c275
commit 632ab54d8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ printData({ name: 'John Doe' });
JSONP 可能是不安全的,并涉及一些安全问题。 因为 JSONP 真的是 JavaScript它可以做所有其它 JavaScript 可以做的事情,所以你需要信任 JSONP 数据的提供者。
这几天, [CORS](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing) 是推荐的方法JSONP 被视为一种 hack破解
目前前端开发领域,[CORS](http://en.wikipedia.org/wiki/Cross-origin_resource_sharing) 是推荐的方法JSONP 被视为一种 hack破解