console.log(data)打印正常顯示ajax
alert(data)出現 <pre></pre>json
ajax請求時,設置返回的dataType 設置dataType:"json"; 不設置ie9會把data加上<pre></pre>標籤,而後轉換Json出錯console