文章列表
By clicking th Show Details button we can see some of technical details about the particular error; 按一下Show Details按钮我们可以看见一些技术细节,尤其是错误信息。 IE gives programmers a number of important details regarding the source of the error; IE浏览器会给程序员提供一些重要的错误信息的来源。■ Line The line number where JavaScrip ...
- 2008-12-23 10:11
- 浏览 1798
- 评论(0)
Control Program Flow with Statements
用语句控制程序流程
A statement is the basic action item in any program code.In effect,each statement is telling the computer to do something,Statements can be divided up into five categories.
在任何程序代码中语句是最基本的动作元素,事实上,每一条语句将要告诉计算机做的事情,语句大体上被分为五个分类。
■ Condit ...