支持 SimText 原样格式输出
This commit is contained in:
@ -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>");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user