function LoadMarkdown(markdownfile) { /// 获取用户名称 $.get( markdownfile, function (data) { $('.md_render').html(marked(data)); }, "text" ); }