mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-08-15 19:55:53 +08:00
add
This commit is contained in:
parent
4743fa6e70
commit
43abf891f2
@ -224,7 +224,8 @@ function injectfunc(e, window) {
|
|||||||
var v_unescape = unescape
|
var v_unescape = unescape
|
||||||
var v_atob = atob
|
var v_atob = atob
|
||||||
var v_btoa = btoa
|
var v_btoa = btoa
|
||||||
var util = (typeof require!=='undefined')?require('util'):{
|
// var util = require('util')
|
||||||
|
var util = {
|
||||||
inspect:function(e){
|
inspect:function(e){
|
||||||
var r;
|
var r;
|
||||||
if (typeof e == 'string'){
|
if (typeof e == 'string'){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user