支持 SimText 原样格式输出

pull/13/head
lidan 2020-05-31 20:58:56 +08:00 committed by kl
parent 215e9f0f4a
commit cd37ff4b41
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
type: 'GET',
url: '${ordinaryUrl}',
success: function (data) {
$("#text").html(data);
$("#text").html("<pre>" + data + "</pre>");
}
});
}