#include<iostream.h>
void main
{
  printf(“the same to you");
}

解决方案 »

  1.   

    ob_start();
    while(true) 

      if (is(周末)) 
      { 
        echo '周末愉快'; 
      } 

    $out = ob_get_clean();
    echo str_replace("周末愉快","Thank you!<br>",$out);
      

  2.   

    hehe 周末愉快! 开心就好
      

  3.   

    西安的 PHP 群组找西安的 PHPer
    http://groups.csdn.net/xaphp西安的程序员群组找西安的程序员
    http://groups.csdn.net/xasoft
      

  4.   

    while(true) 

      if (is_weekend(now())) 
      { 
        echo '周末愉快'; 
      } 
    }