This commit is contained in:
cilame 2021-09-29 12:07:44 +08:00
parent 97bd1c4101
commit eb4eb34804

View File

@ -13,6 +13,14 @@ sojsontn.addEventListener('click', function(e){
}
})
obnormal.addEventListener('click', function(e){
try{
txt.value = muti_process_defusion(txt.value)
}catch(e){
txt.value = e.stack
}
})
uglifybtn.addEventListener('click', function(e){
var r = UglifyJS.minify(txt.value, {
compress: {