'd_banner', 'description' => '显示一个广告(包括富媒体)' ); $this->WP_Widget( 'd_banner', 'Yusi-广告', $widget_ops, $control_ops ); } function widget( $args, $instance ) { extract( $args ); $title = apply_filters('widget_name', $instance['title']); $code = $instance['code']; echo $before_widget; echo '
'.$code.'
'; echo $after_widget; } function form($instance) { ?>