jk-2024.07.13-22:07

main
陈@jkccchen123 7 months ago
parent 5a003408c9
commit 14cb203662

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

@ -34,19 +34,19 @@ app.get('/', function (req, res) {
return;
}
console.log('[SELECT SUCCESS]');
for (var i = results.length - 1; i >= 0; i--) {
result_string +='<tr>\r\n';
result_string += ('<td>'
+ results[i].name
+ '</td><td>'
+ results[i].passwd
+ '</td><td>'
+ results[i].id
+ '</td><td>'
+ results[i].msg
+ '</td>\r\n');
result_string +='</tr>\r\n';
}
// for (var i = results.length - 1; i >= 0; i--) {
// result_string +='<tr>\r\n';
// result_string += ('<td>'
// + results[i].name
// + '</td><td>'
// + results[i].passwd
// + '</td><td>'
// + results[i].id
// + '</td><td>'
// + results[i].msg
// + '</td>\r\n');
// result_string +='</tr>\r\n';
// }
result_string +='</table>\r\n';
result_string +='<a class="link_button" href="form.html">注册账户</a>\r\n'
result_string +='<div style="text-align: right;">\r\n';

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save