在源自 Facebook 的 URL 中,原始 URL 如下所示。
- example.com/post.htm?fb_action_ids=
- example.com/post/?fb_action_ids=
- example.com/post?fb_action_ids=
- example.com/post.php?id=1&fb_action_ids=
如果使用 javascript 的一般 URL 表单看起来像那样,我们如何提取?fb_action_ids=之前的部分?
在源自 Facebook 的 URL 中,原始 URL 如下所示。
如果使用 javascript 的一般 URL 表单看起来像那样,我们如何提取?fb_action_ids=之前的部分?