基于jpype1实现。
This commit is contained in:
29
templates/index.html
Normal file
29
templates/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user