任何人都可以通过使用python代码帮助我运行js文件
<script data-main="main.js" src="require.js"></script>
我想将此代码编写/转换为python
答案 0 :(得分:0)
您可以使用PyV8实现相同的功能,只需在引号之间编写您的js代码:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>WebSite</title>
</head>
<body>
<h1>Site</h1>
<br>
Welcome in the site:
<br>
<a href="createuser.html">Register</a>!
</body>
</html>
希望这会有所帮助。