源代码:
下载代码
AI 编程工具
点击运行
<html ng-app="ionicApp"> <head> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width"> <title>菜鸟教程(runoob.com)</title> <link href="https://cdn.staticfile.net/ionic/1.3.2/css/ionic.css" rel="stylesheet"> <script src="https://cdn.staticfile.net/ionic/1.3.2/js/ionic.bundle.min.js"></script> </head> <body> <div class="bar bar-footer"> <button class="button button-clear" style="color:#000">Left</button> <div class="title">Title</div> <button class="button button-clear" style="color:#000">Right</button> </div> </body> </html>
运行结果: