快捷键
F11当前editor全屏
Ctrl + S更新预览区代码
Ctrl + F查找当前editor代码
Ctrl + Q打开当前editor参数面板(主题,字体 按键等)
Ctrl + Shift + F美化当前editor代码
使用说明
左上editor编辑HTML代码
右上editor编辑CSS代码
左下editor编辑JS代码
自带Emmet插件
url参数:url后面加?,用&连接(e.g: http://leohuiyi.github.io/leoCode.html?isFullScreen=true&htmlUrl=./leoCodeDemo/3D-leoCode/index.html&cssUrl=./leoCodeDemo/3D-leoCode/index.css)
isShake:使用震动特效(默认值:true)
isBlast:使用爆炸特效(默认值:true)
isRunCode:实时显示(默认值:true)
isFullScreen:首次预览区全屏(默认值:false)
isHelpShow:首次显示使用说明(默认值:false)
htmlBeautify:首次美化html(默认值:false)
cssBeautify:首次美化css(默认值:false)
jsBeautify:首次美化js(默认值:false)
htmlUrl:htmlUrl地址,不能跨域(默认值:false)
cssUrl:cssUrl地址,不能跨域(默认值:false)
jsUrl:jsUrl地址,不能跨域(默认值:false)
jsonpUrl:jsonpUrl地址(默认值:false)
jsonpCallback:jsonpCallback函数名, e.g: leoCode({html: 'html',css: 'css',js: 'js'})(默认值:'leoCode')