Home > Web Front-end > HTML Tutorial > What does action=./?> in the form mean? Thank you_html/css_WEB-ITnose

What does action=./?> in the form mean? Thank you_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:08:41
Original
2248 people have browsed it

There is a paragraph in a microcontroller web server program as follows:

name=aip>

I have never done web work before. I read some manuals and other books and did not find an expression like action=./?>. I wonder if any expert can give an explanation.


Reply to discussion (solution)

./ represents the current directory, ? represents the query string is empty

Submit to this directory 's default homepage. .

If it is action="?", it is submitted to yourself

./ represents the current directory, ? represents the query string is empty

Thank you very much 3 people Guidance, I probably understand. But just like the action="?" written on the second floor, this is also a question I want to ask you: when should the double quotes here be included, and when should they not be included?

action="" //Generally it can be empty, the double quotes here must be there, indicating that the bill of lading is submitted to itself (that is, the current page is processed)

action="a. php" //is a.php submitted to the current directory for processing

Thank you very much for the 3 people's advice, I probably understand it. But just like the action="?" written on the second floor, this is also a question I want to ask you: When should the double quotes here be included, and when should they not be included?

It is standard to write with double quotes, and it is not wrong to not use them~

Thank you very much for your advice. I searched several books to no avail, but found the answer here. Thanks again for your advice.

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template