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.
例如:
myweb.com/something.php?=hello ^^^ Use this string in my code
所以字符串会说hello 这是可能的吗?
hello
假设用户输入http://example.com/?name=Hannes
<?php echo 'Hello ' . htmlspecialchars($_GET["name"]) . '!'; ?>
http://php.net/manual/en/reserved.variables.get.php