SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html>
	<head>
		<title></title>
	</head>
	<body>
		<svg style="width:1000px;height:1000px;">
            <!-- <rect width="300px" height="150px" x="50" y="50" rx="20" ry="20"
            style="fill:red; stroke:green; stroke-width:5;fill-opacity:0.1;stroke-opacity:0.9;
            stroke-dass"/>
            <circle cx="400" cy="400" r="20" style="fill:blue" st
        </svg> -->
        <!-- <rect x="50" y="50" width="200px" height="400px" rx="20" ry="20"/>
        <circle cx="150" cy="150" r="50" style="fill:red"/>
        <circle cx="150" cy="270" r="50" style="fill:yellow"/>
        <circle cx="150" cy="390" r="50" style="fill:green"/> -->
        <!-- <ellipse cx="200" cy="200" rx="100" ry="30"/>
        <ellipse cx="200" cy="170" rx="80" ry="20" style="fill:red"/>
        <ellipse cx="200" cy="150" rx="60" ry="10" style="fill:green"/ -->
        <!-- <line x1="10" x2="10" y1="100" y2="100" style="stroke:red;"/> -->
        <rect x="50" y="50" width="100px" height="30">
        <set attributeName="fill" to="orange" begin="mouseover"/>
        <set attributeName="fill" to="black" begin="mouseout"/>
        </rect>
        <text x="50" y="70" fill="red"> 小米电风扇</text>
        <rect x="50" y="80" width="100px" height="30">
        <set attributeName="fill" to="orange" begin="mouseover">
        </rect>
        <rect x="50" y="110" width="100px" height="30">
        <set attributeName="fill" to="orange" begin="mouseover">
        </rect>
        <rect x="50" y="140" width="100px" height="30">
        <set attributeName="fill" to="orange" begin="mouseover">
        </rect>
        <rect x="50" y="170" width="100px" height="30">
        <set attributeName="fill" to="orange" begin="mouseover">
        </rect>
        <rect x="50" y="200" width="100px" height="30">
        <set attributeName="fill" to="orange" begin="mouseover">
        </rect>
        <rect x="50" y="230" width="100px" height="30">
        <set attributeName="fill" to="orange" begin="mouseover">
        </rect>
        <rect x="50" y="260" width="100px" height="30">
        <set attributeName="fill" to="orange" begin="mouseover">
        </rect>
	</body>
</html>