web学习(2019-10)

@\u2345\u78098\u672是Unicode编码,用python看或者两边加上引号,放到浏览器console中,回车

@GraphQL

 

一道题的全部代码

<html>

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>我的备忘录</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>

    <div style="text-align:center">
        <h2>带密码的备忘录</h2>
    </div>
    <span>
        我很懒,界面还没有实现!
        <!--     GraphQL 真方便       All your base are belong to us!!!!!      -->
    </span>

</body>

</html>

猜你喜欢

转载自www.cnblogs.com/quella30028/p/11722256.html