<ruby id="bdb3f"></ruby>

    <p id="bdb3f"><cite id="bdb3f"></cite></p>

      <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
        <p id="bdb3f"><cite id="bdb3f"></cite></p>

          <pre id="bdb3f"></pre>
          <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

          <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
          <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

          <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                <ruby id="bdb3f"></ruby>

                合規國際互聯網加速 OSASE為企業客戶提供高速穩定SD-WAN國際加速解決方案。 廣告
                ## Web瀏覽器 >web 瀏覽器(通常被稱為瀏覽器)是一個用于檢索、展示和遍歷在萬維網上的信息資源的軟件應用程序. 信息資源被定義成統一資源定位符(URI/URL). 它可能是網頁, 圖片, 視頻或者一個內容片斷. 超鏈接的出現使用戶能輕松的將瀏覽器導航到相關的資源, 盡管瀏覽器主要是為了使用萬維網, 但它們還可以用來訪問 Web服務器在私人網絡所提供的信息或文件在文件系統. - Wikipedia [主流的瀏覽器](http://www.sitepoint.com/browser-trends-april-2015-statcounter-vs-netmarketshare/) 如下: 1. [Chrome](http://www.google.com/chrome/) (引擎: [Blink](https://en.wikipedia.org/wiki/Blink_%28layout_engine%29) + [V8](https://en.wikipedia.org/wiki/V8_%28JavaScript_engine%29)) 2. [Firefox](https://www.mozilla.org/en-US/firefox/new/) (引擎: [Gecko](https://en.wikipedia.org/wiki/Gecko_%28software%29) + [SpiderMonkey](https://en.wikipedia.org/wiki/SpiderMonkey_%28software%29)) 3. [Internet Exploere](http://www.frontendhandbook.com/learning/Internet%20Explorer) (引擎: [Trident](https://en.wikipedia.org/wiki/Trident_%28layout_engine%29) + [Chakra](https://en.wikipedia.org/wiki/Chakra_%28JScript_engine%29)) 4. [Safari](https://www.apple.com/safari/) (引擎: [Webkit](https://en.wikipedia.org/wiki/WebKit) + [SquirrelFish](https://trac.webkit.org/wiki/SquirrelFish)) ![statcounter](https://raw.githubusercontent.com/dwqs/fedHandlebook/master/images/statcounter.png) **瀏覽器和web技術的演變(API 等):** * [www.evolutionoftheweb.com](http://www.evolutionoftheweb.com/) [read] * [Timeline of web browsers](https://en.wikipedia.org/wiki/Timeline_of_web_browsers) [read] **最常用的無殼瀏覽器:** * [PhantomJS](http://phantomjs.org/) (引擎: [Webkit](https://en.wikipedia.org/wiki/WebKit) + [SquirrelFish](https://trac.webkit.org/wiki/SquirrelFish)) * [slimerjs](http://slimerjs.org/) (引擎: [Gecko](https://en.wikipedia.org/wiki/Gecko_%28software%29) + [SpiderMonkey](https://en.wikipedia.org/wiki/SpiderMonkey_%28software%29)) * [TrifleJS](http://triflejs.org/) (引擎: [Trident](https://en.wikipedia.org/wiki/Trident_%28layout_engine%29) + [Chakra](https://en.wikipedia.org/wiki/Chakra_%28JScript_engine%29)) **瀏覽器怎么工作的** * [我所知道的關于瀏覽器和Web的20件事](http://www.20thingsilearned.com/en-US/foreword/1) [read] * [瀏覽器如何工作的: 現代瀏覽器背后的秘密](http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/) [read] * [快速 CSS: 瀏覽器是怎么組織網頁的](http://dbaron.org/talks/2012-03-11-sxsw/master.xhtml) [read] ![browser-work](https://raw.githubusercontent.com/dwqs/fedHandlebook/master/images/browsers-work.png) **瀏覽器優化** * [網站性能優化](https://www.udacity.com/course/website-performance-optimization--ud884) [watch] * [瀏覽器渲染優化](https://www.udacity.com/course/browser-rendering-optimization--ud860) [watch] **瀏覽器安全** * [瀏覽器安全手冊](https://code.google.com/p/browsersec/wiki/Main) [read] * [HTML5 安全參考手冊](https://html5sec.org/#javascript) [read] * [前端安全](https://mikewest.org/2013/09/frontend-security-frontendconf-2013) [watch] * [Web 安全: JavaScript, HTML, CSS 的使用](http://www.amazon.com/Security-Web-Developers-Using-JavaScript/dp/1491928646/) [read][$] * [網絡混戰: 現代 Web 應用安全指南](http://lcamtuf.coredump.cx/tangled/) [read] **瀏覽器比較** * [Web 瀏覽器的比較](https://en.wikipedia.org/wiki/Comparison_of_web_browsers) [read] **瀏覽器的發展** 在過去, 前端開發者會花費大量的時間讓代碼在不同的瀏覽器中正常工作. 除非你必須寫出兼容老版本瀏覽器的代碼(如: IE6/IE7), 否則跟現在比起來, 這(瀏覽器兼容)在以前是一個很大的問題. 雖說瀏覽器兼容問題現在仍然存在, 但前端開發者并不用花費很多時間就能處理這類問題. 而實際上, 現代抽離出的框架(如: JQuery, pre-processors, transpilers)已經廢除了很多瀏覽器不一致問題. **綠色瀏覽器** 瀏覽器的最新版本被認為是綠色瀏覽器, 也就是說, 瀏覽器會自動更新而不用去提示用戶更新. 瀏覽器的自動更新摒棄了老版本瀏覽器進程緩慢的問題, 因為對于老版本瀏覽器和現代瀏覽器之間的共性的差異化開發是很復雜的(如: 新規范和更新速度). **瀏覽器選擇** 現在大多數前端開發者使用 Chrome, "Chrome 開發工具"對開發者很有用, 然而, 所有瀏覽器都提供了開發者工具, 所以選擇一個開發用的瀏覽器是一個主觀的問題. 更重要的問題是要了解需要支持哪些瀏覽器, 當你在開發的時候, 要在每個瀏覽器中做測試, 但無論選擇哪一款瀏覽器都能完成開發任務, 我建議使用 Chrome 是因為 Chrome 開發工具一直在改進, 并且包含了更健全地特性. **瀏覽器 Hacks** * [browserhacks.com](http://browserhacks.com/) [read]
                  <ruby id="bdb3f"></ruby>

                  <p id="bdb3f"><cite id="bdb3f"></cite></p>

                    <p id="bdb3f"><cite id="bdb3f"><th id="bdb3f"></th></cite></p><p id="bdb3f"></p>
                      <p id="bdb3f"><cite id="bdb3f"></cite></p>

                        <pre id="bdb3f"></pre>
                        <pre id="bdb3f"><del id="bdb3f"><thead id="bdb3f"></thead></del></pre>

                        <ruby id="bdb3f"><mark id="bdb3f"></mark></ruby><ruby id="bdb3f"></ruby>
                        <pre id="bdb3f"><pre id="bdb3f"><mark id="bdb3f"></mark></pre></pre><output id="bdb3f"></output><p id="bdb3f"></p><p id="bdb3f"></p>

                        <pre id="bdb3f"><del id="bdb3f"><progress id="bdb3f"></progress></del></pre>

                              <ruby id="bdb3f"></ruby>

                              哎呀哎呀视频在线观看