PHP Notice: Undefined variable 错误

2025-05-19 16:11:04
推荐回答(1个)
回答1:

在$rs=mysql_fetch_array($b); 之前加上一句 $rs = array();