热门搜索 :
考研考公
您的当前位置:首页正文

YAML、YML在线编辑器(格式化校验)解析工具-toolfk.

来源:东饰资讯网

網站名稱:ToolFk

代码教學

STEP 1

STEP 2

使用的YAML解析核心代码如下。

$(function(){

    var sourceArea = toolfk.create_codeMirror('code','text/x-yaml');

    var targetArea = toolfk.create_codeMirror('result','javascript');

    $(".beauty").click(function(){

        if (toolfk.beautify_default.beautify_in_progress) {

            return;

        }

        var source = sourceArea.getValue();

        if(source==''){

            return layer.msg('@lang('toolfk.lang_context_not_empty')');

        }

        toolfk.beautify_default.beautify_in_progress = true;

        var doc = jsyaml.load(source);

        targetArea.setValue(JSON.stringify(doc, false, 10));

        toolfk.report('yaml',source);

        toolfk.beautify_default.beautify_in_progress = false;

    });

});

值得一試的三個理由:

整合各種程序员开发中经常使用的开发测试工具。

简洁美观大气的网站页面

支持 在线格式化执行代码、APK在线反编译、在线高强度密码生成、在线网页截图 等二十多種工具服务

Top