有时候我们看到Response中的HTML是乱码的, 这是因为HTML被压缩了, 我们可以通过两种方法去解压缩. 1. 点击Response Raw上方的"Response body is encoded. click to decode." 2. 选中工具栏中的"Decode". 这样获取回话的时候会自动解压缩.
frmViewer.cs: namespace Fiddler{ using Microsoft.Win32; using System; using System.Collections; using System.Collections.Generic; using System.Collections.Specialized; using System.ComponentModel; using System.Diagnostics; usi