document.write(myarr.sort(sortNum));
这个语句中为什么sortNum后面不用加括号?
sortNum这个应该算是形参把,对象myarr调用函数sort(),sort中含有一个传递的形参