摘要: 1 2 3 query($sql); 10 11 $attr = $result->fetch_all(); 12 13 foreach($attr as $v) 14 { 15 echo "{$v[1]}"; 16 17 $sxx = "select * from diaoyanxuanxiang where timudaihao='{$v[0]}'";... 阅读全文
posted @ 2016-11-06 08:56 小学员G 阅读(251) 评论(0) 推荐(1)