摘要:
注:64位windows只需要下载64位版本,内含32位离线版官方下载地址:32位Windows:IE内核:http://fpdownload.adobe.com/get/flashplayer/current/install_flash_player_ax_32bit.exe非IE内核:http:... 阅读全文
摘要:
//读取配置文件 XDocument doc = XDocument.Load("config.xml"); XElement root = doc.Element("app"); baseUrl = root.Element("appurl").Value; //获取远程文件 string fi... 阅读全文