测试测试

来源:互联网 发布:sql自连接查询例子 编辑:程序博客网 时间:2024/04/29 23:11
  1. <?
  2. echo "hello";
  3. if(1<>0)
  4. {
  5.   echo "h";
  6. }
  7. ?>