function process(para1, para2, callback) { // .... callback();}
process(1, 2, function () { alert('hello world!')});