请输入您要查询的俚语:

 

俚语 active server pages [asp]
释义

Active Server Pages [ASP]

A server side scripting language developed by Microsoft. While it does outclass Perl in terms of effectiveness and ease of use, php does offer more to the average web developer in terms of reliability, speed, and a shorter learning curve. It is also worth noting that ASP 3.0 comes in two flavours, VBScript and JavaScript.
<%@ language="VBScript" %>
<%
Response.Write("this is ASP")
Response.Write("<br />")
If Request.Querystring("action") = "page1" Then
Response.Write("you selected page 1")
Else
Response.Write("You selected some other page")
End If
%>
随便看

 

英语俚语辞典收录了3210630条英语俚语在线翻译词条,基本涵盖了全部常用英语俚语的翻译及用法,是英语学习的有利工具。

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2024/12/23 12:25:52