我是新手,正在学习php,但对此错误感到困惑, 未定义索引:第11行的C:\ xampp \ htdocs \ exercises \ tryme.php中的名称
<html>
<head>
<title> Lala </title>
</head>
<body>
<form action="tryme.php" method="get">
Name: <input type="text" name="username">
<input type="submit">
<br>
<?php
echo $_GET["username"] ?>
</form>
</body>
</html>
有人帮助我。