字符串

2018-12-21  本文已影响0人  asmuzi
字符串
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
    <script>
        let str = `abcdef`;

        console.log(str);
    </script>
</head>

<body>

</body>

</html>
上一篇 下一篇

猜你喜欢

热点阅读