Skip to content

Commit c351abd

Browse files
committed
fix
1 parent b5e05d9 commit c351abd

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

csharp/ToolGood.Algorithm2.WebTest/Pages/Index.cshtml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@
9999
alert("1=1 =>" + r);
100100
r = ae.TryEvaluate("date(2014,1,2)", new Date())
101101
alert('date(2014,1,2) =>' + r);
102+
r = ae.TryEvaluate("SHA256('123')", "")
103+
alert("SHA256('123') =>" + r);
104+
r = ae.TryEvaluate("MD5('123')", "")
105+
alert("MD5('123') =>" + r);
102106
};
103107
</script>
104108
</html>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)