submit_button()显示一个提交按钮

submit_button( string $text = null, string $type = 'primary', string $name = 'submit', bool $wrap = true, array|string $other_attributes = null )

$text:按钮的文本。

$type:分别有primary、large、small、三种类型的大小。

$name:html的name属性值。

$wrap:输出的按钮是否要包裹在p标签中。

$other_attributes:可以为按钮绑定事件或者自定义属性。

评论
:broken_heart: :confounded: :flushed: :frowning: :grinning: :heart: :kissing_heart: :mask: :pensive: :rage: :relaxed: :scream: :smile: :smirk: :sob: :stuck_out_tongue_closed_eyes: :stuck_out_tongue_winking_eye: :wink: