javaScript的一些应用

来源:互联网 发布:我的王妃是男人网络剧 编辑:程序博客网 时间:2024/06/05 22:20

1。禁止鼠标操作的语句:
<body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0" oncontextmenu="return false" ondragstart="return false"

onselectstart ="return false" onselect="document.selection.empty()" oncopy="document.selection.empty()" onbeforecopy="return false" onmouseup="document.selection.empty()">

对于<body> <span> <div>等域级的区域,可以采用上述办法来禁止鼠标右键

2。对于html是不能使用对span,div等用数组来引用,一般不要再该下使用id的属性带有[]的形式
其原因是:由于javascript是一种弱语言,对数组的支持比较少,通常只能用array来声明。因此不能用到标记数组!