Always use the POST method to send data to the server. Below is an example form. <form method="post"> <input type="text" name="firstName" ...
確定! 回上一頁