Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
399 views
in Technique[技术] by (71.8m points)

html - In Chrome, what's the simplest way to view the mime type of a document?

In Firefox, you can select "View Page Info" from the right-click menu, and the mime type will be displayed.

But the same "View Page Info" command in Chrome does not show the mime type.

Feels like I'm overlooking something obvious.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Earlier & later versions of Chrome may be slightly different

Chrome v50.0.2661.102 m

To open Chromes developer tools (several options):

  1. Menu -> More Tools -> Developer Tools
  2. Ctrl + Shift + I
  3. Hit the F12 key

Once open, select the Network tab, select the name of the resource on the lefthand side, then hit the Headers tab. Under Response Headers find Content-Type which is your mime type.

enter image description here

With images you can select the Preview tab and you will be able to see some information about the resource, including the mime type, located at the bottom of the developer window.

enter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...