<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head>
<card title="IE8下关于querySelectorAll()的问题 错误: 参数无效 Error: uncaught exception" id="card1">
<p> 游客</p><p>
标题:IE8下关于querySelectorAll()的问题 错误: 参数无效 Error: uncaught exception<br/>
正文:<br/>
当用querySelector()或querySelectorAll()查找类似name=&quot;2nd_btn&quot;的元素时，FF，chrome和IE8都会报错。 <br/>FF,chrome报的错是一样的，如下所示： <br/>Error: uncaught exception: [Exception... &quot;An invalid or illegal string was specified&quot; code: &quot;12&quot; nsresult: &quot;0x8053000c (NS_ERROR_DOM_SYNTAX_ERR)&quot; location: &quot;.../test/qsa.html Line: 18&quot;] <br/>IE8的报错提示：行: 18　错误: 参数无效。 <br/>一寻思，name的值是以数字开头的，把数字去掉或修改后，就能取到了。 <br/>这就告诉我们，一般可自定义标签的属性值时，属性值不能以数字开头，也不能包含$，^等不常用的字符。 <br/>在HTML页面开始一定要记得声明&amp;lt;!DOCTYPE&amp;gt;。 <br/><br/>测试代码： <br/><br/><br/>代码如下:<br/>&amp;lt;!DOCTYPE&amp;gt; <br/>&amp;lt;html&amp;gt; <br/>&amp;lt;head&amp;gt;&amp;lt;/head&amp;gt; <br/>&amp;lt;body&amp;gt; <br/>&amp;lt;div id=&quot;foo&quot;&amp;gt; <br/>&amp;lt;a name=&quot;warns&quot; href=&quot;&quot;&amp;gt;This is a sample warning&amp;lt;/a&amp;gt; <br/>&amp;lt;a id=&quot;3err&quot; href=&quot;&quot;&amp;gt;This is a sample error&amp;lt;/a&amp;gt; <br/>&amp;lt;/div&amp;gt; <br/>&amp;lt;div id=&quot;bar&quot;&amp;gt; <br/>&amp;lt;a name=&quot;warns&quot; href=&quot;&quot;&amp;gt;This is another sample warning&amp;lt;/a&amp;gt; <br/>&amp;lt;a name=&quot;1err&quot; href=&quot;&quot;&amp;gt;This is another sample error&amp;lt;/a&amp;gt; <br/>&amp;lt;/div&amp;gt; <br/>&amp;lt;script&amp;gt; <br/>var a = document.q<br/><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1019&amp;Page=1">[&lt;&lt;]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1019&amp;Page=1">[[1]]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1019&amp;Page=2">[2]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1019&amp;Page=2">[&gt;&gt;]</a><br/>
<br/>
<a href="wap.asp?act=Com&amp;id=1019">查看评论(0)</a><br/>
<a href="wap.asp?act=AddCom&amp;inpId=1019">发表评论</a><br/><br/>

<br/>

<br/>
<a href="http://camnpr.com/wap.asp">首页</a>
</p>
</card>
</wml>