monacoeditor代码编辑器示例代码

代码语言:html

所属分类:其他

代码描述:monacoeditor代码编辑器示例代码,微软出品,更多示例:https://microsoft.github.io/monaco-editor/playground.html

代码标签: monacoeditor 代码 编辑器 示例 代码

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

<!DOCTYPE html>
<html>

<head>
    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
</head>

<body>
    <div id="container" style="width:800px;height:600px;border:1px solid grey"></div>

    <script src="//repo.bfw.wiki/bfwrepo/js/vs/loader.js"></script>

     
    
    <script>
        require.config({ paths: { vs: '//repo.bfw.wik.........完整代码请登录后点击上方下载按钮下载查看

网友评论0