SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=+, initial-scale=">
    <meta http-equiv="X-UA-Compatible" content="">
    <title></title>
</head>
<body>
<ol type="1">
    <p>数字列表:</p >
    <li>北京</li>
    <li>上海</li>
    <li>广州</li>
    <li>深圳</li>
    </ol>   
<ol type="A">
    <p>数字列表:</p >
    <li>北京</li>
    <li>上海</li>
    <li>广州</li>
    <li>深圳</li>
    </ol>   
<ol type="a">
    <p>数字列表:</p >
    <li>北京</li>
    <li>上海</li>
    <li>广州</li>
    <li>深圳</li>
    </ol>   
<ol type="i">
    <p>数字列表:</p >
    <li>北京</li>
    <li>上海</li>
    <li>广州</li>
    <li>深圳</li>
    </ol>   
<ol type="I">
    <p>数字列表:</p >
    <li>北京</li>
    <li>上海</li>
    <li>广州</li>
    <li>深圳</li>
    </ol>   
</body>
</html>