android 安卓开发插件 最新版本 ADT 11.0.0

   日期:2024-12-26     作者:ira0v       评论:0    移动:http://w.yusign.com/mobile/news/5133.html
核心提示:htmlheadtitleAndroid Development Toolkit update site./titlemeta http-equiv=Content-Type content=text/html; charset=UTF-8
<html> <head> <title>Android Development Toolkit update site.</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style>@import url("web/site.css");</style> <script type="text/javascript"> var returnval = 0; var stylesheet, xmlFile, cache, doc; function init(){ // NSCP 7.1+ / Mozilla 1.4.1+ / Safari // Use the standard DOM Level 2 technique, if it is supported if (document.implementation && document.implementation.createDocument) { xmlFile = document.implementation.createDocument("", "", null); stylesheet = document.implementation.createDocument("", "", null); if (xmlFile.load){ xmlFile.load("site.xml"); stylesheet.load("web/site.xsl"); } else { alert("Document could not be loaded by browser."); } xmlFile.addEventListener("load", transform, false); stylesheet.addEventListener("load", transform, false); } //IE 6.0+ solution else if (window.ActiveXObject) { xmlFile = new ActiveXObject("msxml2.DOMDocument.3.0"); xmlFile.async = false; xmlFile.load("site.xml"); stylesheet = new ActiveXObject("msxml2.FreeThreadedDOMDocument.3.0"); stylesheet.async = false; stylesheet.load("web/site.xsl"); cache = new ActiveXObject("msxml2.XSLTemplate.3.0"); cache.stylesheet = stylesheet; transformData(); } } // separate transformation function for IE 6.0+ function transformData(){ var processor = cache.createProcessor(); processor.input = xmlFile; processor.transform(); data.innerHTML = processor.output; } // separate transformation function for NSCP 7.1+ and Mozilla 1.4.1+ function transform(){ returnval+=1; if (returnval==2){ var processor = new XSLTProcessor(); processor.importStylesheet(stylesheet); doc = processor.transformToDocument(xmlFile); document.getElementById("data").innerHTML = doc.documentElement.innerHTML; } } </script> </head> <body onload="init();"> <!--[insert static HTML here]--> <div id="data"><!-- this is where the transformed data goes --></div> </body>
     本文地址:http://w.yusign.com/news/5133.html    述古往 http://w.yusign.com/static/ , 查看更多
 
特别提示:本信息由相关用户自行提供,真实性未证实,仅供参考。请谨慎采用,风险自负。

举报收藏 0打赏 0评论 0
 
更多>同类资讯
0相关评论

相关文章
最新文章
推荐文章
推荐图文
资讯
点击排行
{
网站首页  |  关于我们  |  联系方式  |  用户协议  |  隐私政策  |  版权声明  |  网站地图  |  排名推广  |  广告服务  |  积分换礼  |  网站留言  |  RSS订阅  |  违规举报  |  鄂ICP备2020018471号