Commit cd37ff4b authored by lidan's avatar lidan Committed by kl

支持 SimText 原样格式输出

parent 215e9f0f
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
type: 'GET', type: 'GET',
url: '${ordinaryUrl}', url: '${ordinaryUrl}',
success: function (data) { success: function (data) {
$("#text").html(data); $("#text").html("<pre>" + data + "</pre>");
} }
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment