基于jpype1实现。

This commit is contained in:
2026-02-28 11:17:02 +08:00
parent f02407a5a4
commit 682b2743fe
5 changed files with 229 additions and 1 deletions

29
templates/index.html Normal file
View File

@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
#(name)
<hr>
#for(i : hobbies)
#(i)
#end
<hr>
#for(i : scores)
#(i)
#end
<hr>
#for(i : user)
#(i.key) #(i.value)
#end
</body>
</html>