大寫(xiě)或小寫(xiě)的字符串
代碼:
<!DOCTYPE html>
<html>
<body>
<br />
<%
name = "Bill Gates"
response.write(ucase(name))
response.write("<br>")
response.write(lcase(name))
%>
<br />
</body>
</html>
結(jié)果:
BILL GATES
bill gates
bill gates
相關(guān)文章
- ASP ASPError 對(duì)象
- ASP Content Rotator
- ASP 實(shí)例
- ASP AtEndOfStream 屬性
- ASP Line 屬性
- ASP Write 方法
- ASP Path 屬性
- ASP Cookies 集合
- ASP Buffer 屬性
- ASP Status 屬性
- ASP QueryString 集合
- ASP Contents 集合
- ASP CreateObject 方法
- ASP HTMLEncode 方法
- VB 實(shí)例 可重復(fù)使用的頭部和底部
- ASP.NET AutoPostBack 屬性
- GET表單
- welcome cookie
- 向文本添加html
- 獲得天的名字