问题
I'd like to submit data in a form, over HTTPS, without allowing the browser to save it.
(credit card transactions)
回答1:
You mean autocomplete="off"? Or cookie data?
回答2:
Please try the following code:
< form id="login_form" action="login.php" method="post" autocomplete="off">
来源:https://stackoverflow.com/questions/2504307/dont-save-form-data-over-https