使用尖号指示下拉功能和方向。要获得此功能,请使用带有<span>元素的类插入符号。
您可以尝试运行以下代码来实现插入符Bootstrap类
<!DOCTYPE html> <html> <head> <title>Bootstrap Example</title> <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet"> <script src = "/scripts/jquery.min.js"></script> <script src = "/bootstrap/js/bootstrap.min.js"></script> </head> <body> <p>Caret Example<span class = "caret"></span></p> </body> </html>