2

任意の IE Web ページのコンソール ログをファイルに保存して、後で検証要件のために解析することはできますか?

4

1 に答える 1

1

コンソールを右クリックして、「すべてコピー」を選択できます

IE コンソール

次のようなテキストが得られます。

HTML1200: cnet.com is on the Internet Explorer Compatibility View List ('C:\Users\colinp\AppData\Local\Microsoft\Internet Explorer\IECompatData\iecompatdata.xml'). 
news.cnet.com
HTML1504: Unexpected end tag. 
news.cnet.com, line 45 character 2212
HTML1512: Unmatched end tag. 
news.cnet.com, line 118 character 11
HTML1514: Extra "<body>" tag found. Only one "<body>" tag should exist per document. 
news.cnet.com, line 118 character 19
HTML1512: Unmatched end tag. 
news.cnet.com, line 136 character 2605
HTML1512: Unmatched end tag. 
news.cnet.com, line 136 character 2605
SCRIPT438: Object doesn't support property or method 'stringify' 
adtechRichMediaLib_2_15_7.js, line 8 character 94381
TWITTER: Content Security Policy restrictions may be applied to your site. Add <meta name="twitter:widgets:csp" content="on"> to supress this warning. 
TWITTER: Please note: Not all embedded timeline and embedded Tweet functionality is supported when CSP is applied.
于 2013-09-05T11:23:49.507 に答える