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.
我想在两个地方存储单个数据,即http://www.abc.com/post.php和http://www.xyz.com/post.php。我怎样才能做到这一点。请帮忙。
谢谢
最好的办法是使用 jQuery 发布表单。单击按钮时,使用jQuery.post提交表单两次。
埃里克