function ImageButton($url){
$this->imageSrc=$url;    //这里用相对路径设置图片地址
$this->onclcikScript=$this->getOnclickScript();
}
  $url 直接在当前文件里赋值