如何添加到我的工作书签
javascript:void(window.open(%27https://developers.facebook.com/tools/debug/sharing/?q=%27+window.location.href,%27_blank%27));
提交此表格:
<form rel="async" action="/tools/debug/sharing_rescrape/?elem_id=u_0_0" method="post" onsubmit="return window.Event && Event.__inlineSubmit && Event.__inlineSubmit(this,event)" id="u_0_6">
<input type="hidden" name="fb_dtsg" value="AQH1ok_IYCTG:AQGqk6oXVqIV" autocomplete="off"><input type="hidden" autocomplete="off" name="url" value="http://example.com">
This URL hasn't been shared on Facebook before.
<button value="1" class="_42ft _4jy0 _3-9a _4jy3 _517h _51sy" type="submit">Fetch new information</button>
<span class="img _55ym _55yn _55yo _5tqs" aria-busy="true" role="progressbar" aria-valuemin="0" aria-valuemax="100" aria-valuetext="Loading..."></span>
</form>
&#13;
我用javascript:void(window.open(%27https://developers.facebook.com/tools/debug/sharing/?q=%27+window.location.href,%27_blank%27);document.getElementsByTagName('button')[0].click(););
和
javascript:void(window.open(%27https://developers.facebook.com/tools/debug/sharing/?q=%27+window.location.href,%27_blank%27);document.forms[0].submit(););
但两件对我都没有用。