gpt4 book ai didi

javascript - 模拟点击外域

转载 作者:行者123 更新时间:2023-11-28 03:58:46 25 4
gpt4 key购买 nike

我尝试模拟点击以从我的网站在 G+ 上分享:

<!doctype html>
<html>
<head>
<title>Teste share G+</title>
</head>
<body onload="alert('hiii');document.getElementById('share_g').click();">
<a href="https://plus.google.com/share?url=http://www.example.com" id="share_g" onclick="javascript:window.open(this.href,
'', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');document.querySelector('span.RveJvd snByac').click(); return false;"><img
src="https://www.gstatic.com/images/icons/gplus-64.png" alt="Share on Google+"/></a>

</body>
</html>

此时工作正常,但我需要点击POST,是否可以使用javascript或pahntomjs模拟此点击?

最佳答案

查看正确的文档 Here , 不需要从javascript发布

关于javascript - 模拟点击外域,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47326943/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com