PHP简介及PHP基本函数(上)【火文作业】
<!DOCTYPE html><html><head> <title>2.1_PHP</title></head><body><?php$sum = 0;$j = 1;while ($j <= 10001) { if ($j%3==
1