Pyodide实现js对python代码格式化效果代码

代码语言:html

所属分类:其他

代码描述:Pyodide实现js对python代码格式化效果代码

代码标签: Pyodide js python 代码 格式化

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>
<html>
<head>
 
<title>Pyodide Black Formatter</title>
 
<script src="https://cdn.jsdelivr.net/pyodide/v0.23.4/full/pyodide.js"></script>
</head>
<body>
 
<h1>Python Code Formatter with Pyodide</h1>
 
<textarea id="inputCode" rows="10" cols="50">
def hello_world():
    print("Hello, world!")
 
</textarea>
  <br /&.........完整代码请登录后点击上方下载按钮下载查看

网友评论0