在线工具
运行代码
爬虫测试
更多工具
免费接口
用户
登录
注册
首页
开发工具
JS/CSS压缩混淆在线工具
yuicompressor
JS/CSS压缩混淆在线工具
JS/CSS
$(function(){ apizl(); function apizl() { var data = $('#input').val(); $.ajax({ type: "post", url: 'xxxx', data: {data: data}, dataType: 'json', success: function (result) { if (result.code == 1) { } else { } } }); } })
操作
压缩混淆
以下javascript设置
不混淆
保留所有的分号
禁止优化
结果