69pao国产精品视频-久久精品一区二区二三区-精品国产精品亚洲一本大道-99国产综合一区久久

大寫或小寫的字符串

代碼:

<!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
相關(guān)文章