'select * from pdo where username="{$username}" and password="{$password}"';引号这样写,$username和$password变量就解析不了了
是数据表名不正确吗?