如何在html5中利用js跨域读取url中的数据
1个回答
展开全部
在网上看到一段代码如下:
<p>
<label for='gender'>
国籍
</label>
<select data='countries.xml' name='country'></select>
</p>
countries.xml文件如下:
<select xmlns="http://www.w3.org/1999/xhtml">
<option>China</option>
<option>Japan</option>
<option>Korea</option>
</select>
但测试后,运行看不到countries.xml中的数据请问,在HTML5中select标签data属性可以直接把值设置为一个XML文件是否可以?谢谢!
<p>
<label for='gender'>
国籍
</label>
<select data='countries.xml' name='country'></select>
</p>
countries.xml文件如下:
<select xmlns="http://www.w3.org/1999/xhtml">
<option>China</option>
<option>Japan</option>
<option>Korea</option>
</select>
但测试后,运行看不到countries.xml中的数据请问,在HTML5中select标签data属性可以直接把值设置为一个XML文件是否可以?谢谢!
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询