$query = "select * from tb_book where id=" . $_GET[recid]; //定义查询指定数据的语句
这一句中的条件 $_GET["recid"]是什么意思?选用选用recid代表什么