Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为香草论坛设置 SSO,但我对 JSONP 部分感到困惑。我已经尝试在这里搜索(StackOverflow)并且我一直在查看 vanilla SSO 文档,但我仍然不明白。
在别处得到答案。
<?php echo $_GET['callback'] . "({ \"abc\" : \"xyz\" })"; ?>