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.
我在这里遇到了一个问题,当我使用 ajax 发送表单时它工作正常,但 URL 变成了这样:
这在使用时真的很常见吗:
$j.post("sendMail.php", $j("#formMail").serialize());
因为我希望页面的 URL 与 URL 中没有这些扩展名相同。
$j("#formMail").on('submit', function(e) { e.preventDefault(); });