outline.htm
来自「可作为课程设计或者毕业设计 也可以作为学校精品课程网站使用」· HTM 代码 · 共 1,337 行 · 第 1/4 页
HTM
1,337 行
href="javascript:GoToSld('slide0076.htm');" id=PPTL28>"4.2.4"</a></font></div>
<div id=PPTC28 class=CTxt style='display:none'><font size=2>
<ul>
<li>4.2.4<span style='mso-spacerun:yes'> </span>注释语句</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>29</font></div>
</td>
<td>
<div id=PPTP29 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0077.htm');" id=PPTL29>"4.3 选择结"</a></font></div>
<div id=PPTC29 class=CTxt style='display:none'><font size=2>
<ul>
<li>4.3 选择结构</li>
<li><span style='mso-spacerun:yes'> </span>1. If…Then语句(单分支结构)</li>
<li><span style='mso-spacerun:yes'> </span>If
<表达式> Then</li>
<li><span
style='mso-spacerun:yes'>
</span>语句块</li>
<li><span style='mso-spacerun:yes'>
</span>End If</li>
<li><span style='mso-spacerun:yes'> </span>或<span
style='mso-spacerun:yes'> </span>If <表达式> Then <语句></li>
<li></li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>30</font></div>
</td>
<td>
<div id=PPTP30 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0078.htm');" id=PPTL30>"2"</a></font></div>
<div id=PPTC30 class=CTxt style='display:none'><font size=2>
<ul>
<li>2. If…Then…Else语句(双分支结构)</li>
<li><span style='mso-spacerun:yes'> </span>If <表达式>
Then</li>
<li><span
style='mso-spacerun:yes'>
</span><语句块1></li>
<li><span style='mso-spacerun:yes'> </span>Else</li>
<li><span style='mso-spacerun:yes'>
</span><语句块2></li>
<li><span style='mso-spacerun:yes'> </span>End If</li>
<li><span style='mso-spacerun:yes'> </span>If <表达式>
Then <语句1> Else <语句2></li>
<li></li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>31</font></div>
</td>
<td>
<div id=PPTP31 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0079.htm');" id=PPTL31>"3"</a></font></div>
<div id=PPTC31 class=CTxt style='display:none'><font size=2>
<ul>
<li>3. If…Then…ElseIf语句(多分支结构)</li>
<li><span style='mso-spacerun:yes'> </span>形式:</li>
<li><span
style='mso-spacerun:yes'>
</span>If <表达式1> Then</li>
<li> <span style='mso-spacerun:yes'> </span><语句块1></li>
<li> <span style='mso-spacerun:yes'> </span>Else If <表达式2>Then</li>
<li> <span style='mso-spacerun:yes'> </span><语句块2></li>
<li> <span
style='mso-spacerun:yes'>
</span>…</li>
<li> <span style='mso-spacerun:yes'> </span>[Else</li>
<li> <span style='mso-spacerun:yes'> </span>语句块 n+1<span
style='mso-spacerun:yes'> </span>]</li>
<li> <span style='mso-spacerun:yes'> </span>End If</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>32</font></div>
</td>
<td>
<div id=PPTP32 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0080.htm');" id=PPTL32><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>33</font></div>
</td>
<td>
<div id=PPTP33 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0081.htm');" id=PPTL33>"4.3.2"</a></font></div>
<div id=PPTC33 class=CTxt style='display:none'><font size=2>
<ul>
<li>4.3.2<span style='mso-spacerun:yes'> </span>Select Case语句(情况语句)</li>
<li>形式:</li>
<li> Select<span style='mso-spacerun:yes'> </span>Case 变量或表达式</li>
<li> Case 表达式列表1</li>
<li> 语句块1</li>
<li> Case 表达式列表2</li>
<li> 语句块2</li>
<li> …</li>
<li> [Case Else</li>
<li> 语句块n+1]</li>
<li> End Select</li>
<li><表达式列表>:与<变量或表达式>同类型的下面四种形式之一:</li>
<li><span style='mso-spacerun:yes'> </span>表达式<span
style='mso-spacerun:yes'>
</span><span style='mso-spacerun:yes'> </span>A +5</li>
<li><span style='mso-spacerun:yes'> </span>一组枚举表达式(用逗号分隔)<span
style='mso-spacerun:yes'>
</span>2, 4, 6, 8</li>
<li><span style='mso-spacerun:yes'> </span>表达式1<span
style='mso-spacerun:yes'> </span>To<span
style='mso-spacerun:yes'> </span>表达式2 <span
style='mso-spacerun:yes'>
</span>60<span style='mso-spacerun:yes'> </span>to<span
style='mso-spacerun:yes'> </span>100</li>
<li><span style='mso-spacerun:yes'> </span>Is<span
style='mso-spacerun:yes'> </span>关系运算符表达式<span
style='mso-spacerun:yes'>
</span>Is<span style='mso-spacerun:yes'> </span>< 60</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>34</font></div>
</td>
<td>
<div id=PPTP34 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0082.htm');" id=PPTL34><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>35</font></div>
</td>
<td>
<div id=PPTP35 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0083.htm');" id=PPTL35><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>36</font></div>
</td>
<td>
<div id=PPTP36 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0084.htm');" id=PPTL36><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>37</font></div>
</td>
<td>
<div id=PPTP37 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0085.htm');" id=PPTL37><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>38</font></div>
</td>
<td>
<div id=PPTP38 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0086.htm');" id=PPTL38><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>39</font></div>
</td>
<td>
<div id=PPTP39 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0110.htm');" id=PPTL39><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>40</font></div>
</td>
<td>
<div id=PPTP40 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0087.htm');" id=PPTL40><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>41</font></div>
</td>
<td>
<div id=PPTP41 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0088.htm');" id=PPTL41><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>42</font></div>
</td>
<td>
<div id=PPTP42 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0111.htm');" id=PPTL42><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>43</font></div>
</td>
<td>
<div id=PPTP43 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0089.htm');" id=PPTL43><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>44</font></div>
</td>
<td>
<div id=PPTP44 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0112.htm');" id=PPTL44><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>45</font></div>
</td>
<td>
<div id=PPTP45 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0090.htm');" id=PPTL45><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>46</font></div>
</td>
<td>
<div id=PPTP46 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0091.htm');" id=PPTL46><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>47</font></div>
</td>
<td>
<div id=PPTP47 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0092.htm');" id=PPTL47><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>48</font></div>
</td>
<td>
<div id=PPTP48 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0113.htm');" id=PPTL48><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>49</font></div>
</td>
<td>
<div id=PPTP49 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0093.htm');" id=PPTL49><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>50</font></div>
</td>
<td>
<div id=PPTP50 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0094.htm');" id=PPTL50><span
style='mso-spacerun:yes'> </span></a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>51</font></div>
</td>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?