iPadの上でSafariページのhtmlソースコードをどう調べますか?

1220 ワード

最近はiPad上のSafariブラウザに関する問題を解決する必要があります.その中のページのhtmlソースコードを確認して、長い間探しましたが、ブラウザが元の生態機能を提供していないことを発見しました.最後にインターネットで次のような不思議な方法を見つけました.
1.  Safariブラウザはソースコードのページを確認するために位置しています.
2.住所欄に以下のjs codeをコピーして、車に戻って訪問して、ブラウザでページを開けて署名して、当期ページのhtmlソースコードを表示します.
javascript:(function(){var d=window.open("about:blank"),a=d.document;a.write("<!DOCTYPE html><html><head><title>Loading Source</title></head><body></body></html>");a.close();var b=a.body.a(a.createElement_x_x("form"));b.setAttribute("method","post");b.setAttribute("action","http://ole.michelsen.dk/viewsource/?uri="+location.href);var c=b.a(a.createElement_x_x("input"));c.setAttribute("type","hidden");c.setAttribute("name","DOM");c.setAttribute("value",encodeURIComponent(document.documentElement.innerHTML));b.submit()})()

            url     js :

http://ole.michelsen.dk/viewsource/bookmarklet.min.js

   js    ,          :"http://ole.michelsen.dk/viewsource/?uri="+location.href ,     ipad          ,        !    ipad       (          ),     ,           html    !