answer

基于Vue实现在线测试

白昼怎懂夜的黑 提交于 2020-01-20 16:35:35
HTML部分: <!doctype html> <html lang="zh"> <head> <title>在线测试</title> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- 内网Vue.js --> <script src="D:\WebCode\Vue.js"></script> <!-- Bootstrap CSS --> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> </head> <body> <!-- view --> <div id="app"> <!-- 导航栏 --> <nav class="navbar navbar-expand-lg navbar