function myButton($atts, $content = ''){ extract(shortcode_atts(array( 'text' => '', 'link' => '' ), $atts)); $html = '<a href="' . $link .
確定! 回上一頁