web设计与编程期末复习题.pdf_第1页
web设计与编程期末复习题.pdf_第2页
web设计与编程期末复习题.pdf_第3页
web设计与编程期末复习题.pdf_第4页
web设计与编程期末复习题.pdf_第5页
已阅读5页,还剩11页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

2010 中加 4 班 WEB 设计与编程期末复习题 2012 年 5 月 说明 内容仅供参考 1 16 说明 以下的所有题目均来自 的 quiz 部分 中文翻译来自 的 小测验 部 分 标注下划线的为正确答案 以下复习题包括 HTML XHTML CSS Javascript PHP SQL XML 七个部 分 每部分 20 题 XML 部分不是重点的教学部分 但在去年的考试中有所涉及 故附在最后以供参考 HTML QUIZ 1 What does HTML stand for HTML 指的是 指的是 A Hyper Text Markup Language B Home Tool Markup Language C Hyperlinks and Text Markup Language 2 Who is making the Web standards Web 标准的制定者是 标准的制定者是 A Mozilla 谋智 B Microsoft 微软 C The World Wide Web Consortium 万维网联盟 3 Choose the correct HTML tag for the largest heading 在下列的在下列的 HTML 中 哪个是最大的标中 哪个是最大的标 题 题 A B C D 4 What is the correct HTML tag for inserting a line break 在下列的在下列的 HTML 中 哪个可以插中 哪个可以插 入入换换行 行 A B C 5 What is the preferred way for adding a background color in HTML 在下列的在下列的 HTML 中 中 哪个可以添加背景颜色 哪个可以添加背景颜色 A yellow B C 6 Choose the correct HTML tag to make a text bold 请选择产生粗体字的请选择产生粗体字的 HTML 标签 标签 A B C D 7 Choose the correct HTML tag to make a text italic 请选择产生斜体字的请选择产生斜体字的 HTML 标签 标签 A B C 8 What is the correct HTML for creating a hyperlink 在下列的在下列的 HTML 中 哪个可以产生超中 哪个可以产生超 链接 链接 A W3Schools com B W3Schools C D W3S 2010 中加 4 班 WEB 设计与编程期末复习题 2012 年 5 月 说明 内容仅供参考 2 16 9 How can you create an e mail link 如何制作电子邮件链接 如何制作电子邮件链接 A B C xxx yyy D 10 How can you open a link in a new browser window 如何在新窗口打开链接 如何在新窗口打开链接 A B C 11 Which of these tags are all tags 以下选项中 哪个全部都是表格标签 以下选项中 哪个全部都是表格标签 A B C D 12 Choose the correct HTML to left align the content inside a tablecell 请选择可以使单元格请选择可以使单元格 中的内容进行左对齐的正确中的内容进行左对齐的正确 HTML 标签 标签 A B C D 13 How can you make a list that lists the items with numbers 如何产生带有数字列表符号如何产生带有数字列表符号 的列表 的列表 A B C D 14 How can you make a list that lists the items with bullets 如何产生带有圆点列表符号的如何产生带有圆点列表符号的 列表 列表 A B C D 15 What is the correct HTML for making a checkbox 在下列的在下列的 HTML 中 哪个可以产生复中 哪个可以产生复 选框 选框 A B C D 16 What is the correct HTML for making a text input field 在下列的在下列的 HTML 中 哪个可以产中 哪个可以产 生文本框 生文本框 A B C D 17 What is the correct HTML for making a drop down list 在下列的在下列的 HTML 中 哪个可以产中 哪个可以产 生下拉列表 生下拉列表 A B C D 18 What is the correct HTML for making a text area 在下列的在下列的 HTML 中 哪个可以产生文中 哪个可以产生文 本区 本区 A B C 2010 中加 4 班 WEB 设计与编程期末复习题 2012 年 5 月 说明 内容仅供参考 3 16 19 What is the correct HTML for inserting an image 在下列的在下列的 HTML 中 哪个可以插入图中 哪个可以插入图 像 像 A B C D image gif 20 What is the correct HTML for inserting a background image 在下列的在下列的 HTML 中 哪个中 哪个 可以插入背景图像 可以插入背景图像 A B C XHTML QUIZ 1 What does XHTML stand for XHTML 指的是 指的是 A EXtensible HyperText Markup Language B EXtensible HyperText Marking Language C EXtra Hyperlinks and Text Markup Language D EXtreme HyperText Markup Language 2 XHTML is a Web standard XHTML 是一个是一个 Web 标准 标准 A True B False 3 XML and HTML will be replaced by XHTML 请判断以下说法是否正确 请判断以下说法是否正确 XML 和和 HTML 会会 被被 XHTML 取代 取代 A False B True 4 What is correct XHTML for a horizontal line 在下面的在下面的 XHTML 中 哪个可以正确地中 哪个可以正确地水平水平 线线 A B 5 What is the correct XHTML for a paragraph 在下面的在下面的 XHTML 中 哪个可以正确地标记中 哪个可以正确地标记 段落 段落 A B C D 提示 注意大小写 6 What is correct XHTML for a line break 在下面的在下面的 XHTML 中 哪个可以正确地标记折中 哪个可以正确地标记折 行 行 A B C 7 What is the correct XHTML for an attribute and its value 下列下列 XHTML 中的属性和值 哪中的属性和值 哪 个是正确的 个是正确的 A WIDTH 80 B width 80 C WIDTH 80 D width 80 2010 中加 4 班 WEB 设计与编程期末复习题 2012 年 5 月 说明 内容仅供参考 4 16 8 All elements in XHTML must be closed XHTML 中所有的元素都需要关闭 中所有的元素都需要关闭 A False B True 9 Is this correct XHTML 这是正确的这是正确的 XHTML 代码吗 代码吗 Coffee Tea Black tea Green tea Milk A No B Yes 提示 XHTML 的元素必须关闭 10 The DOCTYPE declaration has no closing tag DOCTYPE 没有关闭标签 没有关闭标签 A True B False 11 Which elements are mandatory in an XHTML document 在在 XHTML 文档中哪些元素是文档中哪些元素是 强制性的 强制性的 A doctype html head body and title B doctype html head and body C doctype html and body 12 XHTML documents must be well formed XHTML 文档必须是 格式良好 的文档必须是 格式良好 的 A True B False 13 What XHTML code is well formed 下列哪些是格式良好的下列哪些是格式良好的 XHTML A A short paragraph B A short paragraph C A short paragraph 提示 元素必须正确嵌套 14 Which of the following is the right use of the lang attribute 下列哪些下列哪些 lang 属性的用属性的用 法是正确的 法是正确的 A Hello World B Hello World C Hello World 2010 中加 4 班 WEB 设计与编程期末复习题 2012 年 5 月 说明 内容仅供参考 5 16 15 Which attribute replaces the name attribute for the following elements a applet frame iframe img and map 哪个属性可替代下列元素的哪个属性可替代下列元素的 name 属性 属性 a applet frame iframe img 以及以及 map A The class attribute class 属性 B The src attribute src 属性 C The id attribute id 属性 16 Is attribute minimization allowed in XHTML 在在 XHTML 中允许简写属性吗 中允许简写属性吗 A No B Yes 17 Do all XHTML documents require a doctype 所有的所有的 XHTML 文档都需要文档都需要 doctype 吗 吗 A Yes B No 18 What are the different DTDs in XHTML 在在 XHTML 中有哪些不同的中有哪些不同的 DTD A Strict Transitional Frameset B Strict Transitional Loose C Strict Transitional Loose Frameset 19 What is the most common XHTML DTD 哪个是最常用的哪个是最常用的 XHTML DTD A Loose B Transitional C Normal D Frameset 20 All XHTML tags and attributes must be in lower case 所有的所有的 XHTML 标签和属性都必须标签和属性都必须 是小写的 是小写的 A True B False CSS QUIZ 1 What does CSS stand for CSS 指的是 指的是 A Computer Style Sheets B Colorful Style Sheets C Cascading Style Sheets D Creative Style Sheets 2 What is the correct HTML for referring to an external style sheet 在以下的在以下的 HTML 中 哪个是中 哪个是 正确引用外部样式表的方法 正确引用外部样式表的方法 A B C mystyle css 3 Where in an HTML document is the correct place to refer to an external style sheet 在在 HTML 文档中 引用外部样式表的正确位置是 文档中 引用外部样式表的正确位置是 A In the section 在部分 B At the end of the document 在文档末尾 C In the section 在部分 D At the top of the document 在文档开头 4 Which HTML tag is used to define an internal style sheet 哪个哪个 HTML 标签标签用于定义内部样式用于定义内部样式 表 表 A B C 2010 中加 4 班 WEB 设计与编程期末复习题 2012 年 5 月 说明 内容仅供参考 6 16 5 Which HTML attribute is used to define inline styles 哪个哪个 HTML 属性可用来定义内联样式 属性可用来定义内联样式 A style B styles C font D class 6 Which is the correct CSS syntax 下列哪个选项的下列哪个选项的 CSS 语法是正确的 语法是正确的 A body color black body B body color black C body color black D body color black 7 How do you insert a comment in a CSS file 如何在如何在 CSS 文件中插入注释 文件中插入注释 A this is a comment B this is a comment C this is a comment D this is a comment 8 Which property is used to change the background color 哪个属性可用于改变背景颜色 哪个属性可用于改变背景颜色 A bgcolor B background color C color 9 How do you add a background color for all elements 如何为所有的如何为所有的 元素添加背元素添加背 景颜色 景颜色 A h1 all background color FFFFFF B all h1 background color FFFFFF C h1 background color FFFFFF 10 How do you change the text color of an element 如何改变某个元素的文本颜色 如何改变某个元素的文本颜色 A color B fgcolor C text color D text color 11 Which CSS property controls the text size 哪个哪个 CSS 属性可控制文属性可控制文本的尺寸 本的尺寸 A font style B font size C text style D text size 12 What is the correct CSS syntax for making all the elements bold 在以下的在以下的 CSS 中 可使中 可使 所有所有 元素变为粗体的正确语法是 元素变为粗体的正确语法是 A p text size bold B C D p font weight bold 13 How do you display hyperlinks without an underline 如何显示没有下划线的超链接 如何显示没有下划线的超链接 A a text decoration none B a decoration no underline C a underline none D a text decoration no underline 14 How do you make each word in a text start with a capital letter 如何使文本以大写字母开头 如何使文本以大写字母开头 A text transform capitalize B text transform uppercase C You can t do that with CSS 无法通过 CSS 来实现 15 How do you change the font of an element 如何改变元素的字体 如何改变元素的字体 A font B f C font family 2010 中加 4 班 WEB 设计与编程期末复习题 2012 年 5 月 说明 内容仅供参考 7 16 16 How do you make the text bold 如何使文本变为粗体 如何使文本变为粗体 A font weight bold B style bold C font b 17 How do you display a border like this The top border 10 pixels The bottom border 5 pixels The left border 20 pixels The right border 1pixel 如何显示这样一个边框 上边框如何显示这样一个边框 上边框 10 像素 下边框像素 下边框 5 像素 左边框像素 左边框 20 像素 右边框像素 右边框 1 像素 像素 A border width 10px 5px 20px 1px B border width 5px 20px 10px 1px C border width 10px 20px 5px 1px D border width 10px 1px 5px 20px 18 How do you change the left margin of an element 如何改变元素的左边距 如何改变元素的左边距 A text indent B indent C margin D margin left 19 To define the space between the element s border and content you use the padding property but are you allowed to use negative values 请判断以下说法是否正确 如需定义元素内容请判断以下说法是否正确 如需定义元素内容 与边框间的空间 可使用与边框间的空间 可使用 padding 属性 并可使用负值 属性 并可使用负值 A Yes B No 20 How do you make a list that lists its items with squares 如何产生带有正方形项目的列表 如何产生带有正方形项目的列表 A list style type square B list type square C type 2 D type square JavaScript QUIZ 1 Inside which HTML element do we put the JavaScript 我们可以在下列哪个我们可以在下列哪个 HTML 元素中元素中 放置放置 Javascript 代码 代码 A B C D 2 What is the correct JavaScript syntax to write Hello World 写写 Hello World 的正确的正确 Javascript 语法是 语法是 A Hello World B document write Hello World C Hello World D response write Hello World 3 Where is the correct place to insert a JavaScript 插入插入 Javacript 的正确位置是 的正确位置是 A Both the section and the section are correct 部分和 部 分均可 B The section 部分 C The section 部分 2010 中加 4 班 WEB 设计与编程期末复习题 2012 年 5 月 说明 内容仅供参考 8 16 4 What is the correct syntax for referring to an external script called xxx js 引用名为引用名为 xxx js 的外部脚本的正确语法是 的外部脚本的正确语法是 A B C 5 The external JavaScript file must contain the tag 外部脚本必须包含外部脚本必须包含 标签标签 吗 吗 A True B False 6 How do you write Hello World in an alert box 如何在警告框中写入如何在警告框中写入 Hello World A alert Hello World B alertBox Hello World C msgBox Hello World D alertBox Hello World 7 How do you create a function 如何创建函数 如何创建函数 A function myFunction B function myFunction C function myFunction 8 How do you call a function named myFunction 如何调用名为如何调用名为 myFunction 的函数 的函数 A call function myFunction B myFunction C call myFunction 9 How do you write a conditional statement for executing some code if i is equal to 5 如何如何 编写当编写当 i 等于等于 5 时执行一些语句的条件语句 时执行一些语句的条件语句 A if i 5 B if i 5 then C if i 5 then D if i 5 10 How do you write a conditional statement for executing some code if i is NOT equal to 5 如何编写当如何编写当 i 不等于不等于 5 时执行一些语句的条件语句 时执行一些语句的条件语句 A if i 5 B if 5 C if 5 then D if i 5 11 How does a while loop start While 循环如何开始 循环如何开始 A while i 10 i B while i 1 to 10 C while i 10 12 How does a for loop start for 循环如何开始 循环如何开始 A for i 1 to 5 B for i 5 i C for i 0 i 5 i D for i 0 i 5 13 How can you add a comment in a JavaScript 如何在如何在 JavaScript 中添加注释 中添加注释 A This is a comment B C This is a comment 14 What is the correct JavaScript syntax to insert a comment that has more than one line 可可 插入多行注释的插入多行注释的 JavaScript 语法是 语法是 A This comment has more than one line B 2010 中加 4 班 WEB 设计与编程期末复习题 2012 年 5 月 说明 内容仅供参考 9 16 C This comment has more than one line 15 What is the correct way to write a JavaScript array 定义定义 JavaScript 数组的正确方法是 数组的正确方法是 A var txt new Array tim kim jim B var txt new Array 1 tim 2 kim 3 jim C var txt new Array tim kim jim D var txt new Array 1 tim 2 kim 3 jim 16 How do you round the number 7 25 to the nearest integer 如何把如何把 7 25 四舍五入为最四舍五入为最 接近的整数 接近的整数 A rnd 7 25 B Math rnd 7 25 C round 7 25 D Math round 7 25 17 How do you find the number with the highest value of x and y 如何求得如何求得 x 和和 y 中最大中最大 的数 的数 A Math max x y B top x y C Math ceil x y D ceil x y 18 What is the correct JavaScript syntax for opening a new window called w2 打开名为打开名为 w2 的新窗口的的新窗口的 JavaScript 语法是 语法是 A w2 window new B w2 window open 19 How do you put a message in the browser s status bar 如何在浏览器的状态栏放入一条如何在浏览器的状态栏放入一条 消息 消息 A window status put your message here B statusbar put your message here C window status put your message here D status put your message here 20 How can you find a client s browser name 如何获得客户端浏览器的名称 如何获得客户端浏览器的名称 A client navName B browser name C navigator appName PHP QUIZ 1 What does PHP stand for PHP 指的是 指的是 A Personal Home Page B PHP Hypertext Preprocessor C Personal Hypertext Processor D Private Home Page 2 PHP server scripts are surrounded by delimiters which PHP 服务器脚本由哪个分隔符包服务器脚本由哪个分隔符包 围 围 A B C D 3 How do you write Hello World in PHP 如何使用如何使用 PHP 输出输出 hello world A Document Write Hello World B Hello World C echo Hello World 2010 中加 4 班 WEB 设计与编程期末复习题 2012 年 5 月 说明 内容仅供参考 10 16 4 All variables in PHP start with which symbol 在在 PHP 中 所有的变量以哪个符号开头 中 所有的变量以哪个符号开头 A 分号 C New line D 英文句号 6 The PHP syntax is most similar to PHP 语法与下列哪种最相似 语法与下列哪种最相似 A Perl and C B VBScript C JavaScript 7 How do you get information from a form that is submitted using the get method 如何从如何从 使用使用 get 方法提交的表单中获取数据 方法提交的表单中获取数据 A Request QueryString B Request Form C GET 与 GET 之间有下划线 8 When using the POST method variables are displayed in the URL 使用使用 POST 方法时 变量显方法时 变量显 示在示在 URL 中 中 A True B False 9 In PHP you can use both single quotes and double quotes for strings 在在 PHP 中 中 既可以使用单引号既可以使用单引号 也可以使用双引号也可以使用双引号 来包围字符串 来包围字符串 A False B True 10 Include files must have the file extension inc 包含文件必须使用文件后缀包含文件必须使用文件后缀 inc A False B True 11 What is the correct way to include the file time inc 引用文件引用文件 time inc 的正确方法的正确方法 是 是 A B C D 12 What is the correct way to create a function in PHP 在在 PHP 中创建函数的正确方法是 中创建函数的正确方法是 A function myFunction B new function myFunction C create myFunction 13 What is the correct way to open the file time txt as readable 以只读模式打开文件以只读模式打开文件 time txt 的正确方法是 的正确方法是 A open time txt B fopen time txt r C fopen time txt r D open time txt read 14 PHP allows you to send emails directly from a script PHP 允许我们直接通过允许我们直接通过脚本来发送脚本来发送 电子邮件 电子邮件 A False B True 15 What is the correct way to connect to a MySQL database 连接连接 MySQL 数据库的正确方数据库的正确方 法是 法是 A mysql open localhost B connect mysql localhost 2010 中加 4 班 WEB 设计与编程期末复习题 2012 年 5 月 说明 内容仅供参考 11 16 C mysql connect localhost D dbopen localhost 16 What is the correct way to add 1 to the count variable 给给 count 变量加变量加 1 的正确方的正确方 法是 法是 A count B count C count 1 D count 17 What is a correct way to add a comment in PHP 在在 PHP 中 添加注释的正确方法是 中 添加注释的正确方法是 A B C D 18 PHP can be run on Microsoft Windows IIS Internet Information Server PHP 可以在可以在 Microsoft Windows IIS 上运行 上运行 A False B True 19 In PHP the die and exit functions do the exact same thing 在在 PHP 中 函数中 函数 die 和函数和函数 exit 执行的功能是相同的 执行的功能是相同的 A True B False 20 Which one of these variables has an illegal name 以下的变量名 哪个是不合法的 以下的变量名 哪个是不合法的 A my Var B myVar C my Var 提示 变量名必须以字母或下划线开头 变量名只能包含字母数字字符以及下划线 SQL QUIZ 1 What does SQL stand for SQL 指的是 指的是 A Strong Question Language B Structured Query Language C Structured Question Language 2 Which SQL statement is used to extract data from a database 哪个哪个 SQL 语句用于从数据语句用于从数据 库中提取数据 库中提取数据 A OPEN B GET C EXTRACT D SELECT 3 Which SQL statement is used to update data in a database 哪条哪条 SQL 语句用于更语句用于更新数据新数据 库中的数据 库中的数据 A SAVE B MODIFY C SAVE AS D UPDATE 4 Which SQL statement is used to delete data from a database 哪条哪条 SQL 语句用于删除数语句用于删除数 据库中的数据 据库中的数据 A COLLAPSE B DELETE C REMOVE 5 Which SQL statement is used to insert new data in a database 哪条哪条 SQL 语句用于在数据语句用于在数据 库中插入新的数据 库中插入新的数据 A ADD RECORD B INSERT NEW C INSERT INTO D ADD NEW 2010 中加 4 班 WEB 设计与编程期末复习题 2012 年 5 月 说明 内容仅供参考 12 16 6 With SQL how do you select a column named FirstName from a table named Persons 通过通过 SQL 您如何从 您如何从 Persons 表中选取表中选取 FirstName 列 列 A SELECT FirstName FROM Persons B EXTRACT FirstName FROM Persons C SELECT Persons FirstName 7 With SQL how do you select all the columns from a table named Persons 通过通过 SQL 您如 您如 何从何从 Persons 表中选取所有的列 表中选取所有的列 A SELECT Persons B SELECT FROM Persons C SELECT Persons D SELECT all FROM Persons 8 With SQL how do you select all the records from a table named Persons where the value of the column FirstName is Peter 通过通过 SQL 您如何从 您如何从 Persons 表中选取表中选取 FirstName 列的值等于列的值等于 Peter 的所有记录 的所有记录 A SELECT FROM Persons WHERE FirstName Peter B SELECT all FROM Persons WHERE FirstName Peter C SELECT FROM Persons WHERE FirstName Peter D SELECT all FROM Persons WHERE FirstName LIKE Peter 9 With SQL how do you select all the records from a table named Persons where the value of the column FirstName starts with an a 通过通过 SQL 您如何从 您如何从 Persons 表中选取表中选取 FirstName 列的值以列的值以 a 开头的所有记录 开头的所有记录 A SELECT FROM Persons WHERE FirstName LIKE a B SELECT FROM Persons WHERE FirstName a C SELECT FROM Persons WHERE FirstName LIKE a D SELECT FROM Persons WHERE FirstName a 10 The OR operator displays a record if ANY conditions listed are true The AND operator displays a record if ALL of the conditions listed are true 当所列出的某个条件为当所列出的某个条件为 true 时 时 OR 运算符会显示记录 当列出的所有条件为运算符会显示记录 当列出的所有条件为 true 时 时 AND 运算符会显示记录 运算符会显示记录 A True B False 11 With SQL how do you select all the records from a table named Persons where the FirstName is Peter and the LastName is Jackson 通过通过 SQL 您如何在表 您如何在表 Persons 中选中选 择择 FirstName 等于等于 Peter 而而 LastName 等于等于 Jackson 的所有记录 的所有记录 A SELECT FROM Persons WHERE FirstName Peter AND LastName Jackson B SELECT FROM Persons WHERE FirstName Peter AND LastName Jackson C SELECT FirstName Peter LastName Jackson FROM Persons 12 With SQL how do you select all the records from a table named Persons where the LastName is alphabetically between and including Hansen and Pettersen 通过通过 SQL 您 您 如何按字母顺序选取如何按字母顺序选取 Persons 表中表中 LastName 介于介于 Hansen 和和 Pettersen 的所有记录 的所有记录 A SELECT LastName Hansen AND LastName Hansen AND LastName Pettersen 13 Which SQL statement is used to return only different values 哪条哪条 SQL 语句可返回唯一语句可返回唯一 不同的值 不同的值 A SELECT DIFFERENT B SELECT DISTINCT C SELECT UNIQUE 14 Which SQL keyword is used to sort the result set 哪个哪个 SQL 关键词用于对结果集进行排关键词用于对结果集进行排 序 序 A ORDER B SORT C ORDER BY D SORT BY 15 With SQL how can you return all the records from a table named Persons sorted descending by FirstName 通过通过 SQL 您如何 您如何根据根据 FirstName 列降序地从列降序地从 Persons 表表 返回所有记录 返回所有记录 A SELECT FROM Persons SORT BY FirstName DESC B SELECT FROM Persons SORT FirstName DESC C SELECT FROM Persons ORDER FirstName DESC D SELECT FROM Persons ORDER BY FirstName DESC 提示 升序为 ASC ASC 即 ascending 16 With SQL how can you insert a new record into the Persons table 通过通过 SQL 您如何向 您如何向 Persons 表插入新的记录 表插入新的记录 A INSERT VALUES Jimmy Jackson INTO Persons B INSERT Jimmy Jackson INTO Persons C INSERT INTO Persons VALUES Jimmy Jackson 17 With SQL how can you insert Olsen as the LastName in the Persons table 通过通过 SQL 您如何向您如何向 Persons 表中的表中的 LastName 列插入列插入 Olsen A INSERT INTO Persons LastName VALUES Olsen B INSERT Olsen INTO Persons LastName C INSERT INTO Persons Olsen INTO LastName 18 How can you change Hans

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论