$(function(){
myfunction(sayHi);
});
var sayHi=function(){
alter('你好');
}
function myfunction(a){
a();