var globalVal = test(hello, '!!!');function hello(globalVal) { window.namee = globalVal; // 如何獲取調(diào)用它的函數(shù)的返回值?
console.log(globalVal);
}function test(callback, val) {
callback(); console.log(val); return 'hello world'+val;
}大家?guī)臀铱聪逻@個(gè)我自己想的小題目,我是想在hello函數(shù)中獲取調(diào)用它做為callback內(nèi)部函數(shù)的返回值,我有點(diǎn)繞不清了,希望各位能提點(diǎn)好的解決方案,最好能指點(diǎn)下思路。謝謝了。
幫我看下這個(gè)js小題,我已經(jīng)陣亡了。。。
慕哥6287543
2018-09-01 08:10:25