There are books in our school library than in yours. A.so manyB.much moreC.many moreD.such many
There are books in our school library than in yours.
A.so many
B.much more
C.many more
D.such many
相关考题:
在Mac OS X中正确安装的字体可以出现在下面所有的目录中,除了()之外。 A./系统/库/字体(/system/library/fonts)B./库/字体(/library/fonts)C./用户/库/字体(/user/library/fonts)D./应用程序/库/字体(/application/library/fonts)
Your company has an Active Directory Domain Services (AD DS) domain.You inst all the Remote Desktop Session Host (RD Session Host) role service on a server that runs Windows Server 2008 R2. All client computers run Windows 7.You need to ensure that the current Libraries from users co mput ers ar e avail abl e when t hey l og on t o t he R D Session Host server.What should you do?()A.Redirect each user s Docu ment s f ol der t o a net work shar eB.Redirect each user s Li nks f ol der t o t he RD Sessi on Host serverC.Use a startup script to copy .library - ms files from the client computers to the RD S ession Host server.D.Use Group Policy Preferences to copy .library - ms files from the client computers to the RD Session Host server.
30、如下程序的输出结果是 int main() { char books[][20]={"English","Math","Physical"}; int i,j; for(i=0;i<3;i++) { for(j=0;books[i][j]!=0;j++){ if(books[i][0]<books[i][j]) books[i][0]= books[i][j]; } } printf("%c",books[0][0]); return 0; }A.EB.sC.nD.h
给定一个JSP程序源代码,如下: <jsp:forward page="result.jsp"> <jsp:param name="school" value="FAFU"/> </jsp:forward > 在result.jsp中,使用()代码片段可以输出参数school的值A.<jsp:getParam name="school">B.<jsp:getParameter name="school">C.<%=request.getAttribute("school")%>D.<%=request.getParameter("school")%>
单选题:在下列的 HTML 网页中,哪个可以产生超链接? A.<a url="http://www.w3school.com.cn">W3School.com.cn</a> B.<a href="http://www.w3school.com.cn">W3School</a> C.<a>http://www.w3school.com.cn</a> D.<a name="http://www.w3school.com.cn">W3School.com.cn</a>
8、在下列的 HTML 中,哪个可以产生超链接?A.<a url="http://www.w3school.com.cn">W3School.com.cn</a>B.<a href="http://www.w3school.com.cn">W3School</a>C.<a>http://www.w3school.com.cn</a>D.<a name="http://www.w3school.com.cn">W3School.com.cn</a