If a function does not return a value, it is the same as if it returns undefined : function doNothing() { /* empty */ } alert( doNothing() ...
確定! 回上一頁