根据 CI 库,使用 form_helper 的 form_button 有 2 个参数。我可以使用 thrd 参数给按钮一个类。但我也想给按钮一个 PATH ,所以它就像一个锚。有这个选项吗?我还能如何使用 form_helper 而不是 html 来锚定它?
form_button('name', 'content', 'class');
根据 CI 库,使用 form_helper 的 form_button 有 2 个参数。我可以使用 thrd 参数给按钮一个类。但我也想给按钮一个 PATH ,所以它就像一个锚。有这个选项吗?我还能如何使用 form_helper 而不是 html 来锚定它?
form_button('name', 'content', 'class');