SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <title>页面标题</title>
    <meta name="keywords" content="页面关键字" />
    <meta name="description" content="页面描述" />
    <link href="https://src.axui.cn/v2.0/dist/css/ax.css" rel="stylesheet" type="text/css" >
    <link href="https://src.axui.cn/v2.0/dist/css/ax-response.css" rel="stylesheet" type="text/css" >
</head>
<body>
页面内容














<script src="https://src.axui.cn/v2.0/dist/js/ax.min.js" type="text/javascript"></script>
<script type='text/javascript'>
    document.addEventListener("DOMContentLoaded", function () {
    //js内容
    });
</script>
</body>
</html>