Samples Reappend

This commit is contained in:
luosheng
2023-02-13 19:58:15 +08:00
parent 4e70553bfc
commit eb4a7cffd6
471 changed files with 151790 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
function Reload(data) {
$('#add1').val(data.Add1);
$('#add2').val(data.Add2);
$('#add3').val(data.Add3);
$('#ans').val(data.Ans);
}
function DisplayError(data) {
alert(data);
}

View File

@@ -0,0 +1,4 @@
// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
// for details on configuring this project to bundle and minify static web assets.
// Write your JavaScript code.