$str提示未定義
我的寫出來提示:
Multiple annotations found at this line:
- Undefined variable '$str'
- Line Breakpoint: mysql.func.php?
為什么沒定義啊?教程上不都是這樣嗎?
我的寫出來提示:
Multiple annotations found at this line:
- Undefined variable '$str'
- Line Breakpoint: mysql.func.php?
為什么沒定義啊?教程上不都是這樣嗎?
2016-03-04
舉報
2016-10-30
在foreach這行上面加一句:$str=null;
2016-08-14
打開php.ini,搜索error_reporting,找到error_reporting = E_ALL,改為error_reporting = E_ALL & ~E_NOTICE ;
2016-03-26
沒人 解決嗎 ?上面說的 行不通 我也遇到了這樣的問題
2016-03-05
把后面給$str賦值的那句去掉測試下 ? 判斷語句建議這樣寫 ? null ==$str