mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-15 02:16:00 +08:00
add
This commit is contained in:
parent
97bd1c4101
commit
eb4eb34804
@ -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){
|
uglifybtn.addEventListener('click', function(e){
|
||||||
var r = UglifyJS.minify(txt.value, {
|
var r = UglifyJS.minify(txt.value, {
|
||||||
compress: {
|
compress: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user