$username = isset($_GET['username']) ? $_GET['username'] : 'Guest ... 如果$_GET['username']不为null,则将其值赋给$username;否则,将'Guest'赋 ...
確定! 回上一頁