支持 SimText 原样格式输出
parent
215e9f0f4a
commit
cd37ff4b41
|
@ -45,7 +45,7 @@
|
|||
type: 'GET',
|
||||
url: '${ordinaryUrl}',
|
||||
success: function (data) {
|
||||
$("#text").html(data);
|
||||
$("#text").html("<pre>" + data + "</pre>");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue