摘要: NULL:当你在你的脚本中写下这样一行代码 $myvariable; //此处你想定义一个变量,但未赋值。会有Notice: Undefined variableecho $myvariable + 3; //使用这个变量出现:Notice: Undefined variable: myvariab 阅读全文
posted @ 2018-12-30 11:50 秋风飒爽 阅读(438) 评论(0) 推荐(0)