[JavaScript] eval 대체 new Function

function call_list_new(){
    var p = $.getUrlVar("p");
    new Function(p+'_list();')();
    //console.log("call_list_new");
}
guest
0 Comments
Inline Feedbacks
View all comments