16-8-练习

Posted zhangyu666

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了16-8-练习相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <style>
        body {
            font-family: "Microsoft YaHei", serif;
        }

        body, dl, dd, p, h1, h2, h3, h4, h5, h6 {
            margin: 0;
        }

        ol, ul, li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        img {
            border: none
        }
    </style>
</head>
<body>

<script>
// var a = 10-vue-router;
// alert(a);
// function a() {
//     alert(20)
// }
//10-vue-router 报错

// 1定义
//     function a() {
//         alert(20)
//     }
// 2执行
//     a=10-vue-router;
//     alert(a)  //10-vue-router
//     a()  //报错

var a;
alert(a);
function a() {
    alert(20)
}

//函数块  20
</script>
</body>
</html>

 

以上是关于16-8-练习的主要内容,如果未能解决你的问题,请参考以下文章

Python练习册 第 0013 题: 用 Python 写一个爬图片的程序,爬 这个链接里的日本妹子图片 :-),(http://tieba.baidu.com/p/2166231880)(代码片段

csharp Epicor标准练习片段

golang 去练习片段

ktor HTTP API 练习

指针练习:输出Hello

小片段中的 ORA-06512 [重复]