<?php
$i = 1 ; //从第1圈开始跑
do{ //跑10圈
echo "在跑第".$i."圈。"."<br\>";
$i++;
}while($i<=10);
echo $i
?>
$i = 1 ; //从第1圈开始跑
do{ //跑10圈
echo "在跑第".$i."圈。"."<br\>";
$i++;
}while($i<=10);
echo $i
?>
2017-12-26
张先生,welcome to imooc to learn PHP!
东边日出西边雨,the saying is no sunny but sunny.
东边日出西边雨,the saying is no sunny but sunny.
东边日出西边雨,the saying is no sunny but sunny.
东边日出西边雨,the saying is no sunny but sunny.
2017-12-25
$str_string1 = 'J ask:"where are you learn PHP?"';
$str_string2 = "YI unhesitatingly answer:'it's imooc absolutely!'";
$str_string3 = 'J ask:\'can you tell me the line?\'';
$str_string4 = "YI answer:\"www.imooc.com\"";
$str_string2 = "YI unhesitatingly answer:'it's imooc absolutely!'";
$str_string3 = 'J ask:\'can you tell me the line?\'';
$str_string4 = "YI answer:\"www.imooc.com\"";
2017-12-25