社区
JavaScript
帖子详情
How to change lowercase letter to uppercase (for netscape)?Thanks!
hb_wxy
2002-04-03 09:47:29
How to change lowercase letter to uppercase (for netscape)?Thanks!
...全文
52
3
打赏
收藏
How to change lowercase letter to uppercase (for netscape)?Thanks!
How to change lowercase letter to uppercase (for netscape)?Thanks!
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
3 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
孟子E章
2002-04-03
打赏
举报
回复
JavaScript是标准,与浏览器无关,但不同版本的浏览器支持的Javascript版本不一样,有的功能在某些浏览器可以会不能使用。
可以用下面的办法判断您浏览器支持的Javascript版本
<script language="javascript">
alert("支持 JavaScript")
</script>
<script language="javascript1.1">
alert("支持1.1")
</script>
<script language="javascript1.2">
alert("支持1.2")
</script>
<script language="javascript1.3">
alert("支持1.3")
</script>
<script language="javascript1.4">
alert("支持1.4")
</script>
<script language="javascript1.5">
alert("支持1.5")
</script>
孟子E章
2002-04-03
打赏
举报
回复
<script>
var a = "asdWEWQEdf df a"
alert(a.toLowerCase())
alert(a.toUpperCase())
</script>
8988
2002-04-03
打赏
举报
回复
我想与IE和netscape没有关系吧?就用strVariable.toUpperCase( )
smb.conf文件详细介绍
Name smb.conf — The configuration file for the Samba suite SYNOPSIS The smb.conf file is a configuration file for the Samba suite. smb.conf contains runtime configuration information for the S
smb.conf.5.html
http://www.samba.org/samba/docs/man/manpages-3/smb.conf.5.html Name smb.conf — The configuration file for the Samba suite SYNOPSIS The smb.conf file is a configuration file for the Sam
UTF-8 and Unicode FAQ for Unix/Linux
by Markus Kuhn This text is a very comprehensive o
ne
-stop information resourceon how you can use Unicode/UTF-8 on POSIX systems (Linux, Unix). Youwill find here both introductory information for ever
HTML and XHTML Tutorial (Y. Daniel Liang)
© Copyright Y. Daniel Liang, 20051Supplement VI.A: HTML and XHTML TutorialFor Introduction to Java ProgrammingBy Y. Daniel LiangThis supplement introduces HTML and XHTML. XHTML is a
ne
w ge
ne
ratio...
perl - CGI
CGI.pm manual document CGI Library AS OF 10 FEBRUARY 2005 (CGI.pm VERSION 3.06) THIS DOCUMENT IS NO LONGER BEING MAINTAI
NE
D. PLEASE CONSULT THE CGI POD DOCUMENTATION USING "perldoc CGI" A...
JavaScript
87,994
社区成员
224,689
社区内容
发帖
与我相关
我的任务
JavaScript
Web 开发 JavaScript
复制链接
扫一扫
分享
社区描述
Web 开发 JavaScript
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章