2017年5月29日 星期一
讓IE直接顯示JSON結果
使用IE瀏覽器無法直接開啟JSON,必須直接下載,然後另外開啟。
而使用Chrome或火狐卻不用。
網路上有找到解法,
將以下的文字,以副檔名為.reg存起來。執行即可。
---------------------------------------------------------
Windows Registry Editor Version 5.00
;
; Tell IE to open JSON documents in the browser.
; 25336920-03F9-11cf-8FD0-00AA00686F13 is the CLSID for the "Browse in place" .
;
[HKEY_CLASSES_ROOT\MIME\Database\Content Type\application/json]
"CLSID"="{25336920-03F9-11cf-8FD0-00AA00686F13}"
"Encoding"=hex:08,00,00,00
[HKEY_CLASSES_ROOT\MIME\Database\Content Type\text/json]
"CLSID"="{25336920-03F9-11cf-8FD0-00AA00686F13}"
"Encoding"=hex:08,00,00,00
---------------------------------------------------------
文章來源:
http://blog.darkthread.net/post-2013-09-06-show-json-directly-in-ie.aspx
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言